modules/graphics/src/main/java/com/sun/javafx/css/parser/LexerState.java

Print this page
rev 9240 : 8076423: JEP 253: Prepare JavaFX UI Controls & CSS APIs for Modularization

@@ -24,11 +24,11 @@
  */
 
 package com.sun.javafx.css.parser;
 
 
-class LexerState {
+public class LexerState {
 
     /**
      * Determine whether or not this state accepts the character. If the
      * character is accepted, then this state will be entered.
      * @param c the character to test