< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ConfigReader.java

Print this page

        

*** 179,189 **** /** * Lazily parsed schema for the binding file. */ ! private static SchemaCache configSchema = new SchemaCache("config.xsd", Config.class); /** * Parses an xml config file and returns a Config object. * --- 179,189 ---- /** * Lazily parsed schema for the binding file. */ ! private static SchemaCache configSchema = new SchemaCache("config.xsd", Config.class, true); /** * Parses an xml config file and returns a Config object. *
< prev index next >