OutputPropertiesFactory.java | 213 private static Properties m_unknown_properties = null; field in class:OutputPropertiesFactory 305 if (null == m_unknown_properties) // double check 308 m_unknown_properties = 312 defaultProperties = m_unknown_properties;
|