< prev index next >

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

Print this page

        

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