You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by hi...@apache.org on 2001/04/18 16:31:58 UTC

cvs commit: xml-batik/sources/org/apache/batik/css/parser Scanner.java

hillion     01/04/18 07:31:58

  Modified:    sources/org/apache/batik/css/parser Scanner.java
  Log:
  Fixed a CSS scanner bug.
  
  Revision  Changes    Path
  1.5       +2 -1      xml-batik/sources/org/apache/batik/css/parser/Scanner.java
  
  Index: Scanner.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/css/parser/Scanner.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Scanner.java	2000/12/15 08:57:09	1.4
  +++ Scanner.java	2001/04/18 14:31:56	1.5
  @@ -18,7 +18,7 @@
    * units.
    *
    * @author <a href="mailto:stephane@hillion.org">Stephane Hillion</a>
  - * @version $Id: Scanner.java,v 1.4 2000/12/15 08:57:09 hillion Exp $
  + * @version $Id: Scanner.java,v 1.5 2001/04/18 14:31:56 hillion Exp $
    */
   public class Scanner {
       /**
  @@ -626,6 +626,7 @@
                       }
                       return type = LexicalUnits.IDENTIFIER;
                   }
  +                inputBuffer.next();
                   throw new ParseException("character",
                                            inputBuffer.getLine(),
                                            inputBuffer.getColumn());
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org