We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adaffd8 commit eb668c8Copy full SHA for eb668c8
1 file changed
src/ordt/extract/Ordt.java
@@ -34,7 +34,7 @@
34
35
public class Ordt {
36
37
- private static String version = "181009.01";
+ private static String version = "181009.01";
38
private static DebugController debug = new MyDebugController(); // override design annotations, input/output files
39
40
public enum InputType { RDL, JSPEC };
0 commit comments