jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java

Print this page
rev 474 : 8001235: Improve JAXP HTTP handling
Reviewed-by: lancea, skoivu

*** 163,173 **** * * @param file The string name of the property file. The name * should already be fully qualified as path/filename * @param target The target property bag the file will be placed into. */ ! public void loadPropertyFile(String file, Properties target) { try { // Use SecuritySupport class to provide priveleged access to property file --- 163,173 ---- * * @param file The string name of the property file. The name * should already be fully qualified as path/filename * @param target The target property bag the file will be placed into. */ ! private void loadPropertyFile(String file, Properties target) { try { // Use SecuritySupport class to provide priveleged access to property file