You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/01/24 15:13:21 UTC

svn commit: r1561018 - /tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org