docs
This commit is contained in:
parent
e3ed413e06
commit
80e345d503
|
@ -92,7 +92,7 @@ public class ConfigDefinition {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
SystemOut.println("Invoked with " + Arrays.toString(args));
|
SystemOut.println(ConfigDefinition.class + " Invoked with " + Arrays.toString(args));
|
||||||
|
|
||||||
String tsPath = null;
|
String tsPath = null;
|
||||||
String destCHeaderFileName = null;
|
String destCHeaderFileName = null;
|
||||||
|
|
Loading…
Reference in New Issue