fix compile errors and cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / e4 / handler / ConvertPerson2TeamHandlerE4.java
index a6aef6159c32d0027dfbbdca8b5446ff9b17c151..b56c6e0aca3cd20398f48f313667045297015a71 100644 (file)
@@ -66,7 +66,7 @@ public class ConvertPerson2TeamHandlerE4 {
             } catch (MergeException e) {
                 MessagingUtils.informationDialog("Convert not possible", "Person can not be transformed into team. Probably it is referenced in a way that allows only persons. Check referencing objects view for details.");
             }
-            if (result != null &&result.isOk()){
+            if (result != null && result.isOk()){
                 team = (Team)result.getCdmEntity();
                 editor.getEditorInput().getModel().remove(person);
                 editor.getEditorInput().getModel().add(team);