NIFI-1822 Removed trailing whitespace to conform with checkstyle rules.

This commit is contained in:
Andy LoPresto 2016-05-14 20:37:05 -07:00
parent cb108cd437
commit 7c5acc1ee2
No known key found for this signature in database
GPG Key ID: 3C6EF65B2F7DEF69
1 changed files with 0 additions and 1 deletions

View File

@ -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<>();