fixes #1402
authorn.hoffmann <n.hoffmann@localhost>
Thu, 14 Jan 2010 10:43:12 +0000 (10:43 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 14 Jan 2010 10:43:12 +0000 (10:43 +0000)
taxeditor-navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNavigator.java

index b1c914466771a50723f5e45b133d7d51af0e742d..7ea32705ce996ae3a00ee163a4efb9422c44817d 100644 (file)
@@ -221,7 +221,7 @@ public class TaxonNavigator extends CommonNavigator implements IPostOperationEna
         * @see eu.etaxonomy.taxeditor.operations.IPostOperationEnabled#postOperation(eu.etaxonomy.cdm.model.common.CdmBase)\r
         */\r
        public boolean postOperation(CdmBase objectAffectedByOperation) {\r
-               // TODO Auto-generated method stub\r
-               return false;\r
+               // nothing to do here\r
+               return true;\r
        }\r
 }
\ No newline at end of file