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