fix #5971: admin menu is visible only if connected and user has role manager
[taxeditor.git] / eu.etaxonomy.taxeditor.application / src / main / java / eu / etaxonomy / taxeditor / ApplicationWorkbenchWindowAdvisor.java
index bb5b360a311cca20625d70ad041ed5e78a56ccd2..6a116e239dd75c5cd3144f0c32398dab5df8c193 100644 (file)
@@ -61,8 +61,6 @@ public class ApplicationWorkbenchWindowAdvisor extends WorkbenchWindowAdvisor {
     public void postWindowOpen() {
                PreferencesUtil.checkNomenclaturalCode();
 
-
-
                if(PreferencesUtil.shouldConnectAtStartUp()) {
             CdmStore.connect();
         }