mirror of https://github.com/apache/nifi.git
NIFI-1043 fix for erroneous whitespace in maven archetype. This closes #100. Signed off by Tony Kurc <tkurc@apache.org>
This commit is contained in:
parent
49ee06b0a2
commit
ce7d098a48
|
@ -88,9 +88,6 @@ public class MyProcessor extends AbstractProcessor {
|
||||||
if ( flowFile == null ) {
|
if ( flowFile == null ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO implement
|
// TODO implement
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue