From 99a5199f81d0d1f52984b518ad4356372ea1246b Mon Sep 17 00:00:00 2001 From: Xavier Le Vourch Date: Wed, 23 Apr 2008 20:58:56 +0000 Subject: [PATCH] javadoc comment at correct location and with valid UTF8 characters git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6051 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/grammar/JspParser.jjt | 9 ++++----- pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParser.java | 9 ++++----- .../sourceforge/pmd/lang/jsp/ast/JspParserConstants.java | 5 ----- .../pmd/lang/jsp/ast/JspParserTokenManager.java | 5 ----- .../net/sourceforge/pmd/lang/jsp/ast/ParseException.java | 7 +------ 5 files changed, 9 insertions(+), 26 deletions(-) diff --git a/pmd/etc/grammar/JspParser.jjt b/pmd/etc/grammar/JspParser.jjt index 82c0864106..70f899ba93 100644 --- a/pmd/etc/grammar/JspParser.jjt +++ b/pmd/etc/grammar/JspParser.jjt @@ -17,16 +17,15 @@ options { } PARSER_BEGIN(JspParser) -/** - * JSP Parser for PMD. - * @author Pieter – Application Engineers NV/SA – http://www.ae.be - */ - package net.sourceforge.pmd.lang.jsp.ast; import net.sourceforge.pmd.lang.ast.CharStream; import net.sourceforge.pmd.lang.ast.TokenMgrError; +/** + * JSP Parser for PMD. + * @author Pieter, Application Engineers NV/SA, http://www.ae.be + */ public class JspParser { /** diff --git a/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParser.java b/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParser.java index 07349d7c89..97a1282385 100644 --- a/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParser.java +++ b/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParser.java @@ -1,14 +1,13 @@ /* Generated By:JJTree&JavaCC: Do not edit this line. JspParser.java */ -/** - * JSP Parser for PMD. - * @author Pieter – Application Engineers NV/SA – http://www.ae.be - */ - package net.sourceforge.pmd.lang.jsp.ast; import net.sourceforge.pmd.lang.ast.CharStream; import net.sourceforge.pmd.lang.ast.TokenMgrError; +/** + * JSP Parser for PMD. + * @author Pieter, Application Engineers NV/SA, http://www.ae.be + */ public class JspParser/*@bgen(jjtree)*/implements JspParserTreeConstants, JspParserConstants {/*@bgen(jjtree)*/ protected JJTJspParserState jjtree = new JJTJspParserState(); /** diff --git a/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParserConstants.java b/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParserConstants.java index 1d094cc2a7..07cf1dda50 100644 --- a/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParserConstants.java +++ b/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParserConstants.java @@ -1,9 +1,4 @@ /* Generated By:JJTree&JavaCC: Do not edit this line. JspParserConstants.java */ -/** - * JSP Parser for PMD. - * @author Pieter – Application Engineers NV/SA – http://www.ae.be - */ - package net.sourceforge.pmd.lang.jsp.ast; diff --git a/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParserTokenManager.java b/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParserTokenManager.java index 3366ef021e..24276a0eb5 100644 --- a/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParserTokenManager.java +++ b/pmd/src/net/sourceforge/pmd/lang/jsp/ast/JspParserTokenManager.java @@ -1,9 +1,4 @@ /* Generated By:JJTree&JavaCC: Do not edit this line. JspParserTokenManager.java */ -/** - * JSP Parser for PMD. - * @author Pieter – Application Engineers NV/SA – http://www.ae.be - */ - package net.sourceforge.pmd.lang.jsp.ast; import net.sourceforge.pmd.lang.ast.CharStream; import net.sourceforge.pmd.lang.ast.TokenMgrError; diff --git a/pmd/src/net/sourceforge/pmd/lang/jsp/ast/ParseException.java b/pmd/src/net/sourceforge/pmd/lang/jsp/ast/ParseException.java index 9b4cdb7a5d..6dcbc28ba1 100644 --- a/pmd/src/net/sourceforge/pmd/lang/jsp/ast/ParseException.java +++ b/pmd/src/net/sourceforge/pmd/lang/jsp/ast/ParseException.java @@ -1,10 +1,5 @@ /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 4.1 */ /* JavaCCOptions:KEEP_LINE_COL=null */ -/** - * JSP Parser for PMD. - * @author Pieter – Application Engineers NV/SA – http://www.ae.be - */ - package net.sourceforge.pmd.lang.jsp.ast; /** @@ -200,4 +195,4 @@ public class ParseException extends net.sourceforge.pmd.lang.ast.ParseException } } -/* JavaCC - OriginalChecksum=fa2e3dcb59ccc2b83bb24c4e86745aa9 (do not edit this line) */ +/* JavaCC - OriginalChecksum=e8d034693298b8f7e58f0eea2b312cf8 (do not edit this line) */