changeset 439:d5a58291f09a jdk8-b82

Merge
author lana
date Thu, 14 Mar 2013 19:33:29 -0700
parents 8a0cb78fefbc (diff) 94000590f01f (current diff)
children a46d69a1a8ec
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 14 15:00:26 2013 -0700
+++ b/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Thu Mar 14 19:33:29 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
     {