ACCUMULO-4673 Fix formatting
diff --git a/src/main/java/org/apache/accumulo/proxy/Proxy.java b/src/main/java/org/apache/accumulo/proxy/Proxy.java
index a9919a7..7ff42fe 100644
--- a/src/main/java/org/apache/accumulo/proxy/Proxy.java
+++ b/src/main/java/org/apache/accumulo/proxy/Proxy.java
@@ -135,8 +135,7 @@
         if (is != null) {
           props.load(is);
         } else {
-          System.err.println("proxy.properties needs to be specified as argument (using -p) or on "
-                             + "the classpath (by putting the file in conf/)");
+          System.err.println("proxy.properties needs to be specified as argument (using -p) or on the classpath (by putting the file in conf/)");
           System.exit(-1);
         }
       }