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,11 +163,11 @@
    *
    * @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)
+  private void loadPropertyFile(String file, Properties target)
   {
     try
     {
       // Use SecuritySupport class to provide priveleged access to property file