Home
last modified time | relevance | path

Searched refs:defaultProps (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java160 Properties defaultProps = System.getProperties(); in SLPConfig() local
179 defaultProps.putAll(slpProps); in SLPConfig()
182 defaultProps.putAll(sysProps); in SLPConfig()
184 System.setProperties(defaultProps); in SLPConfig()