File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example
commons-vfs2-jackrabbit1/src/test/java/org/apache/commons/vfs2/provider/webdav/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ private void info(final String[] cmd) throws Exception {
237237 if (cmd .length > 1 ) {
238238 info (cmd [1 ]);
239239 } else {
240- System .out .println ("Default manager: \" " + mgr .getClass ().getName () + "\" " + " version " + getVersion (mgr .getClass ()));
240+ System .out .println ("Default manager: \" " + mgr .getClass ().getName () + "\" version " + getVersion (mgr .getClass ()));
241241 final String [] schemes = mgr .getSchemes ();
242242 final List <String > virtual = new ArrayList <>();
243243 final List <String > physical = new ArrayList <>();
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ public void run() throws Exception {
232232 if (host == null ) {
233233 host = "localhost" ;
234234 }
235- message ("Apache Jackrabbit is now running at " + " http://" + host + ":" + connector .getPort () + "/" );
235+ message ("Apache Jackrabbit is now running at http://" + host + ":" + connector .getPort () + "/" );
236236 } catch (final Throwable t ) {
237237 System .err .println ("Unable to start the server: " + t .getMessage ());
238238 System .exit (1 );
You can’t perform that action at this time.
0 commit comments