mirror of https://github.com/apache/nifi.git
NIFI-845 Converting tabs to spaces for indentation in accordance with checkstyle rules.
This commit is contained in:
parent
103153cdd8
commit
c6d500b315
|
@ -193,8 +193,8 @@ public class RouteOnAttribute extends AbstractProcessor {
|
|||
|
||||
@OnStopped
|
||||
public void onStopped() {
|
||||
getLogger().debug("Clearing propertyMap");
|
||||
propertyMap.clear();
|
||||
getLogger().debug("Clearing propertyMap");
|
||||
propertyMap.clear();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue