[EMAIL PROTECTED] wrote:
Author: pier
Date: Sun Sep 4 06:24:23 2005
New Revision: 278591
URL: http://svn.apache.org/viewcvs?rev=278591&view=rev
Log:
Removing unused imports
Modified:
cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/components/language/markup/xsp/XSPExpressionParser.java
@@ -213,7 +211,7 @@
parser.setState(EXPRESSION_CHAR_STATE);
break;
- case '´':
+ case '�':
parser.append(ch);
parser.setState(EXPRESSION_SHELL_STATE);
break;
@@ -237,10 +235,10 @@
protected static final State EXPRESSION_CHAR_STATE = new QuotedState('\'');
/**
- * The parser has encountered '´' in <code>[EMAIL PROTECTED]
EXPRESSION_STATE}</code>
+ * The parser has encountered '�' in <code>[EMAIL PROTECTED]
EXPRESSION_STATE}</code>
* to start a Python string constant.
*/
- protected static final State EXPRESSION_SHELL_STATE = new QuotedState('´');
+ protected static final State EXPRESSION_SHELL_STATE = new
QuotedState('�');
Please review this. I am not telling this is bad. Just wondering why the
char change.
Best Regards,
Antonio Gallardo.