Author: jflesch Date: 2007-08-28 16:07:10 +0000 (Tue, 28 Aug 2007) New Revision: 14901
Modified: trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java Log: Fix some charset warnings throwed by the compiler Modified: trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java 2007-08-28 14:47:03 UTC (rev 14900) +++ trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java 2007-08-28 16:07:10 UTC (rev 14901) @@ -1,4 +1,4 @@ -/* The following code was generated by JFlex 1.4.1 on 13-ao?-07 8:18:51 */ +/* The following code was generated by JFlex 1.4.1 on 13-aug-07 8:18:51 */ /* This code is part of Freenet. It is distributed under the GNU General * Public License, version 2 (or at your option any later version). See @@ -16,7 +16,7 @@ /** * This class is a scanner generated by * <a href="http://www.jflex.de/">JFlex</a> 1.4.1 - * on 13-ao?-07 8:18:51 from the specification file + * on 13-aug-07 8:18:51 from the specification file * <tt>freenet/clients/http/filter/CSSTokenizerFilter.jflex</tt> */ class CSSTokenizerFilter {
