< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/BindInfo.java

Print this page

        

*** 287,297 **** } /** * Lazily parsed schema for the binding file. */ ! private static SchemaCache bindingFileSchema = new SchemaCache("bindingfile.xsd", BindInfo.class); /** * Parses an InputSource into dom4j Document. * Returns null in case of an exception. */ --- 287,297 ---- } /** * Lazily parsed schema for the binding file. */ ! private static final SchemaCache bindingFileSchema = new SchemaCache("bindingfile.xsd", BindInfo.class, true); /** * Parses an InputSource into dom4j Document. * Returns null in case of an exception. */
< prev index next >