JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / util / ChannelProperties.java
index b0f25eb..c4c083f 100644 (file)
@@ -86,8 +86,8 @@ public class ChannelProperties
     if (channelPropsURL == null)
     {
       // complete failure of channel_properties, set all properties to defaults
-      jalview.bin.Console.errPrintln("Failed to find '/" + CHANNEL_PROPERTIES_FILENAME
-              + "' file at '"
+      jalview.bin.Console.errPrintln("Failed to find '/"
+              + CHANNEL_PROPERTIES_FILENAME + "' file at '"
               + (channelPropsURL == null ? "null"
                       : channelPropsURL.toString())
               + "'. Using class defaultProps.");
@@ -214,7 +214,8 @@ public class ChannelProperties
       }
       else
       {
-        jalview.bin.Console.errPrintln("Failed to get channel property '" + key + "'");
+        jalview.bin.Console
+                .errPrintln("Failed to get channel property '" + key + "'");
       }
     }
     return null;