cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 5 Jun 2020 09:50:26 +0000 (11:50 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 5 Jun 2020 09:50:26 +0000 (11:50 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/RemotingLoginDialog.java

index 85efe7956a63c8a2e461feead08d84ccda5f3db2..47f95f5cc1c7526c255987d150a7847b353d858a 100644 (file)
@@ -163,6 +163,7 @@ public class RemotingLoginDialog extends Dialog implements ICDMServerError {
     private boolean loadLoginPrefs = true;
     private boolean isDevRemoteSource = false;
     private Job serverJob;
+
     /**
      * Create the dialog.
      * @param parent
@@ -514,7 +515,6 @@ public class RemotingLoginDialog extends Dialog implements ICDMServerError {
         job.schedule();
     }
 
-
     private void refreshCdmServer() {
         try{
             txtCdmServerStatus.setText(STATUS_CHECKING_AVAILABILITY);