Sonar fixes
* exposing internal objects * boolean complexity * names, methods with _ * missing `default` in switch * lost stack trace * unnecessary null check before instanceof * unused parameter * Fix method name
This commit is contained in:
committed by
Artem Bilan
parent
9780a6c893
commit
ebbcb9df48
@@ -54,7 +54,7 @@ public class OnlyOnceTrigger implements Trigger {
|
||||
return null;
|
||||
}
|
||||
|
||||
return this.executionTime;
|
||||
return this.executionTime; // NOSONAR - expose internals
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user