mirror of https://github.com/apache/nifi.git
NIFI-1822 Removed trailing whitespace to conform with checkstyle rules.
This commit is contained in:
parent
cb108cd437
commit
7c5acc1ee2
|
@ -54,7 +54,6 @@ public class MockProcessContext extends MockControllerServiceLookup implements S
|
|||
private boolean allowExpressionValidation = true;
|
||||
private volatile boolean incomingConnection = true;
|
||||
private volatile boolean nonLoopConnection = true;
|
||||
|
||||
private int maxConcurrentTasks = 1;
|
||||
|
||||
private volatile Set<Relationship> connections = new HashSet<>();
|
||||
|
|
Loading…
Reference in New Issue