changeset 438:8a0cb78fefbc

Merge
author lana
date Tue, 12 Mar 2013 18:22:55 -0700
parents ef3495555a4c (current diff) 46ce56a4e40f (diff)
children d5a58291f09a
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 Mar 07 11:17:45 2013 -0800
+++ b/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
     {