changeset 437:46ce56a4e40f

Merge
author ewendeli
date Mon, 25 Feb 2013 07:22:09 +0100
parents 00958c5a7070 (current diff) 3206516132e8 (diff)
children 8a0cb78fefbc
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Thu Feb 14 11:43:52 2013 -0800
+++ b/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Mon Feb 25 07:22:09 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
     {