Merge
authorlana
Tue, 12 Mar 2013 18:22:55 -0700
changeset 16283 57a720502322
parent 15896 e41d716405b2 (current diff)
parent 16282 dff26df61078 (diff)
child 16284 11e0f924d1ba
Merge
--- a/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Wed Jul 05 18:43:54 2017 +0200
+++ b/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Tue Mar 12 18:22:55 2013 -0700
@@ -165,7 +165,7 @@
    * 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
     {