jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ConfigReader.java
changeset 33547 e4c76ac38b12
parent 30994 6efa17f32dcb
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
   179 
   179 
   180 
   180 
   181     /**
   181     /**
   182      * Lazily parsed schema for the binding file.
   182      * Lazily parsed schema for the binding file.
   183      */
   183      */
   184     private static SchemaCache configSchema = new SchemaCache("config.xsd", Config.class);
   184     private static SchemaCache configSchema = new SchemaCache("config.xsd", Config.class, true);
   185 
   185 
   186 
   186 
   187     /**
   187     /**
   188      * Parses an xml config file and returns a Config object.
   188      * Parses an xml config file and returns a Config object.
   189      *
   189      *