|
From: Michael R. <mr...@us...> - 2004-07-27 06:28:52
|
Update of /cvsroot/openorb/tools/src/main/org/openorb/util/launcher In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23457/src/main/org/openorb/util/launcher Modified Files: Start.java Log Message: Removed empty Javadoc Index: Start.java =================================================================== RCS file: /cvsroot/openorb/tools/src/main/org/openorb/util/launcher/Start.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Start.java 10 Feb 2004 22:25:31 -0000 1.12 +++ Start.java 27 Jul 2004 06:28:43 -0000 1.13 @@ -102,8 +102,6 @@ new Start( args ); } - /** - */ private static void usage() { File file = new File( @@ -119,8 +117,6 @@ System.err.println( "java " + name + " <class_to_start> [parameters]" ); } - /** - */ private void layout() { System.err.println( "" ); @@ -184,8 +180,6 @@ } } - /** - */ private void fixURLProtocolHandler() { PropertyManager.JAVA_PROTOCOL_HANDLER_PKGS.postfixValue( |