Author: antonio Date: Tue Mar 8 20:03:50 2005 New Revision: 156605 URL: http://svn.apache.org/viewcvs?view=rev&rev=156605 Log: Fix javadocs
Modified: cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/LanguageCompiler.java cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/AbstractJavaCompiler.java cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/EclipseJavaCompiler.java cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/Javac.java Modified: cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/LanguageCompiler.java URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/LanguageCompiler.java?view=diff&r1=156604&r2=156605 ============================================================================== --- cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/LanguageCompiler.java (original) +++ cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/LanguageCompiler.java Tue Mar 8 20:03:50 2005 @@ -71,7 +71,7 @@ /** * Set the version of the java source code to be compiled * - * @param sourceCodeVersion The version of the JVM for wich the code was written. + * @param level The version of the JVM for wich the code was written. * i.e: Posible level's values are: * 130 = for Java 1.3, 140 = for Java 1.4 and 150 = for Java 1.5 * Modified: cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/AbstractJavaCompiler.java URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/AbstractJavaCompiler.java?view=diff&r1=156604&r2=156605 ============================================================================== --- cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/AbstractJavaCompiler.java (original) +++ cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/AbstractJavaCompiler.java Tue Mar 8 20:03:50 2005 @@ -121,7 +121,7 @@ /** * Set the version of the java source code to be compiled * - * @param sourceCodeVersion The version of the JVM for wich the code was written. + * @param compilerComplianceLevel The version of the JVM for wich the code was written. * i.e: 130 = Java 1.3, 140 = Java 1.4 and 150 = Java 1.5 * * @since 2.1.7 Modified: cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/EclipseJavaCompiler.java URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/EclipseJavaCompiler.java?view=diff&r1=156604&r2=156605 ============================================================================== --- cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/EclipseJavaCompiler.java (original) +++ cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/EclipseJavaCompiler.java Tue Mar 8 20:03:50 2005 @@ -104,7 +104,7 @@ /** * Set the version of the java source code to be compiled * - * @param sourceCodeVersion The version of the JVM for wich the code was written. + * @param compilerComplianceLevel The version of the JVM for wich the code was written. * i.e: 130 = Java 1.3, 140 = Java 1.4 and 150 = Java 1.5 * * @since 2.1.7 Modified: cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/Javac.java URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/Javac.java?view=diff&r1=156604&r2=156605 ============================================================================== --- cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/Javac.java (original) +++ cocoon/trunk/src/blocks/xsp/java/org/apache/cocoon/components/language/programming/java/Javac.java Tue Mar 8 20:03:50 2005 @@ -66,7 +66,7 @@ return result; } - /** + /* * Parse the compiler error stream to produce a list of * <code>CompilerError</code>s * @@ -146,7 +146,7 @@ } } - /** + /* * Parse the compiler error stream to produce a list of * <code>CompilerError</code>s * @@ -184,7 +184,7 @@ } } */ - /** + /* * Parse an individual compiler error message with classic style. * * @param error The error text