From: <lk...@us...> - 2005-03-26 06:23:26
|
Update of /cvsroot/openorb/OpenORB/src/compiler/org/openorb/compiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26548 Modified Files: IdlCompiler.java Log Message: fixed tabs and incorrect Javadoc tags Index: IdlCompiler.java =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/compiler/org/openorb/compiler/IdlCompiler.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- IdlCompiler.java 13 Mar 2005 16:13:09 -0000 1.22 +++ IdlCompiler.java 26 Mar 2005 06:23:17 -0000 1.23 @@ -487,7 +487,7 @@ } /** - * @see org.openorb.compiler.Compiler#init_compiler(org.openorb.compiler.CompilerHost) + * @see org.openorb.compiler.CompilerIF#init_compiler */ public void init_compiler( CompilerHost ch, CompilerProperties cp ) { @@ -597,7 +597,7 @@ } /** - * @see org.openorb.compiler.CompilerConnector#output_text(java.lang.String) + * @see org.openorb.compiler.CompilerHost#display(java.lang.String) */ public void display( String s ) { @@ -689,7 +689,7 @@ catch ( Throwable th ) { th.printStackTrace(); - // ignore, return code + // ignore, return code } System.exit( return_code ); } |