< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty.java

Print this page

        

*** 132,142 **** private Loader keyLoader; private Loader valueLoader; /** ! * Handles &lt;items> and &lt;/items>. * * The target will be set to a {@link Map}. */ private final Loader itemsLoader = new Loader(false) { --- 132,142 ---- private Loader keyLoader; private Loader valueLoader; /** ! * Handles {@code <items>} and {@code </items>}. * * The target will be set to a {@link Map}. */ private final Loader itemsLoader = new Loader(false) {
*** 188,198 **** return Collections.singleton(entryTag.toQName()); } }; /** ! * Handles &lt;entry> and &lt;/entry>. * * The target will be set to a {@link Map}. */ private final Loader entryLoader = new Loader(false) { @Override --- 188,198 ---- return Collections.singleton(entryTag.toQName()); } }; /** ! * Handles {@code <entry>} and {@code </entry>}. * * The target will be set to a {@link Map}. */ private final Loader entryLoader = new Loader(false) { @Override
< prev index next >