Searched refs:_stringInterningSystemDefault (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java97 private static boolean _stringInterningSystemDefault = false; field in class:Decoder
103 Boolean.toString(_stringInterningSystemDefault));
104 _stringInterningSystemDefault = Boolean.valueOf(p).booleanValue();
120 private boolean _stringInterning = _stringInterningSystemDefault;

Completed in 82 milliseconds