JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / ws / jws2 / jabaws2 / Jws2Instance.java
index 9e49ce7..842e7e9 100644 (file)
@@ -114,8 +114,9 @@ public class Jws2Instance implements AutoCloseable
         }
       } catch (Exception ex)
       {
-        jalview.bin.Console.errPrintln("Exception when retrieving presets for service "
-                + serviceType + " at " + hosturl);
+        jalview.bin.Console
+                .errPrintln("Exception when retrieving presets for service "
+                        + serviceType + " at " + hosturl);
       }
     }
     return presets;
@@ -190,7 +191,8 @@ public class Jws2Instance implements AutoCloseable
                         : null));
       } catch (Exception ex)
       {
-        jalview.bin.Console.errPrintln("Unexpected exception creating JabaParamStore.");
+        jalview.bin.Console.errPrintln(
+                "Unexpected exception creating JabaParamStore.");
         ex.printStackTrace();
       }