changeset 507:75bcdedbc9a5

Merge
author ewendeli
date Thu, 15 Nov 2012 14:43:09 +0100
parents 86c75e6aa3a7 (current diff) 5df9207c4378 (diff)
children 8eca08e7293c
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	Wed Nov 14 18:41:41 2012 -0800
+++ b/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Thu Nov 15 14:43:09 2012 +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
     {