Fixes #2235
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / operation / IPostOperationEnabled.java
index e9bd3b1344af6897ffe22bc2204fbf09a2103a16..40e533a0ff457cc3e5291601ed3f1ee276241aa8 100644 (file)
@@ -37,7 +37,7 @@ public interface IPostOperationEnabled {
         *         might not be what you want.
         */
        public boolean postOperation(CdmBase objectAffectedByOperation);
-
+       
        /**
         * This method will get called after the execution took place and occasional
         * cleanups were performed. This is typically the last thing to happen.
@@ -45,4 +45,5 @@ public interface IPostOperationEnabled {
         * @return a boolean.
         */
        public boolean onComplete();
+       
 }