cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 9 Oct 2017 04:17:25 +0000 (06:17 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 9 Oct 2017 04:27:47 +0000 (06:27 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/wizard/NameDetailsViewComposite.java

index 6e6ebbbc9d8a4518a623c4c3a8b05634d64c576a..f578219fa663b2c832ee9f300e3de49e5731eb98 100755 (executable)
@@ -143,7 +143,7 @@ public class NameDetailsViewComposite extends Composite {
 
        final Button showNameCache = new Button(child, SWT.CHECK);
        isShowNameCache= config.isNameCacheActivated();
-       showNameCache.setText("Show nameCache of the name (only the scientific name without the author and year)");
+       showNameCache.setText("Show name cache of the name (only the scientific name without the author and year)");
        showNameCache.setSelection(isShowNomenclaturalCode);
        showNameCache.addSelectionListener(new SelectionAdapter(){
             @Override
@@ -172,7 +172,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowRank = showRank.getSelection();
-
              }
         });
        final Button showEpithets = new Button(child, SWT.CHECK);
@@ -183,7 +182,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowEpithets = showEpithets.getSelection();
-
              }
         });
        final Button showAuthorshipCache = new Button(child, SWT.CHECK);
@@ -194,7 +192,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowAuthorshipCache = showAuthorshipCache.getSelection();
-
              }
         });
 
@@ -206,7 +203,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowAuthorship = showAuthorship.getSelection();
-
              }
         });
 
@@ -218,7 +214,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowNomenclaturalRef = showNomenclaturalRef.getSelection();
-
              }
         });
 
@@ -230,7 +225,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowNomenclaturalStatus = showNomenclaturalStatus.getSelection();
-
              }
         });
 
@@ -242,7 +236,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowProtologue = showProtologue.getSelection();
-
              }
         });
 
@@ -254,7 +247,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowTypeDesignation = showTypeDesignation.getSelection();
-
              }
         });
 
@@ -267,7 +259,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowNameRelationship = showNameRelationship.getSelection();
-
              }
         });
 
@@ -279,7 +270,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                 isShowHybrid = showHybrid.getSelection();
-
              }
         });
        final Button showNameApprobiation = new Button(child, SWT.CHECK);
@@ -290,7 +280,6 @@ public class NameDetailsViewComposite extends Composite {
             @Override
             public void widgetSelected(SelectionEvent e) {
                isShowNameApprobiation = showNameApprobiation.getSelection();
-
              }
         });