Merge
authorewendeli
Tue, 19 Feb 2013 21:45:15 +0100
changeset 16281 d0b10eec9296
parent 15572 d17eb2e13e36 (current diff)
parent 16280 04c99d53c501 (diff)
child 16282 dff26df61078
Merge
--- a/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Wed Jul 05 18:40:20 2017 +0200
+++ b/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Tue Feb 19 21:45:15 2013 +0100
@@ -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
     {