JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / gui / VamsasApplication.java
index 9defed4..8a8ba8d 100644 (file)
@@ -202,8 +202,7 @@ public class VamsasApplication implements SelectionSource, VamsasSource
 
     } catch (Exception e)
     {
-      Console.error("Couldn't instantiate vamsas client !",
-              e);
+      Console.error("Couldn't instantiate vamsas client !", e);
       return false;
     }
     return true;
@@ -272,8 +271,7 @@ public class VamsasApplication implements SelectionSource, VamsasSource
     addStoreDocumentHandler();
     startSession();
     inInitialUpdate = true;
-    Console.debug(
-            "Jalview loading the Vamsas Session for the first time.");
+    Console.debug("Jalview loading the Vamsas Session for the first time.");
     dealWithDocumentUpdate(false); // we don't push an update out to the
     inInitialUpdate = false;
     // document yet.
@@ -482,8 +480,7 @@ public class VamsasApplication implements SelectionSource, VamsasSource
             } catch (Exception e)
             {
               errorsDuringUpdate = true;
-              Console.error("Exception synchronizing " + af.getTitle()
-                      + " "
+              Console.error("Exception synchronizing " + af.getTitle() + " "
                       + (af.getViewport().getViewName() == null ? ""
                               : " view " + af.getViewport().getViewName())
                       + " to document.", e);