reducing confusion
This commit is contained in:
parent
ef78f1d19c
commit
306243a948
|
@ -18,7 +18,7 @@ public class TriggerWheelTSLogic {
|
||||||
|
|
||||||
public void execute(String folder, VariableRegistry variableRegistry) {
|
public void execute(String folder, VariableRegistry variableRegistry) {
|
||||||
if (folder == null) {
|
if (folder == null) {
|
||||||
System.out.println("Folder not specified");
|
System.out.println(getClass() + ": Folder not specified");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
StringBuilder triggerTypesWithoutKnownLocation = new StringBuilder();
|
StringBuilder triggerTypesWithoutKnownLocation = new StringBuilder();
|
||||||
|
|
Loading…
Reference in New Issue