Author: markt Date: Fri Jan 24 14:13:20 2014 New Revision: 1561018 URL: http://svn.apache.org/r1561018 Log: Remove another generic author tag
Modified: tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java?rev=1561018&r1=1561017&r2=1561018&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java (original) +++ tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java Fri Jan 24 14:13:20 2014 @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.jasper.compiler; import java.io.BufferedOutputStream; @@ -57,7 +56,8 @@ import org.eclipse.jdt.internal.compiler * context classloader, reducing dramatically disk access during * the compilation process. * - * @author Cocoon2 + * Based on code from Cocoon2. + * * @author Remy Maucherat */ public class JDTCompiler extends org.apache.jasper.compiler.Compiler { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org