changeset 435:f4898ff0aff1

8001235: Improve JAXP HTTP handling Reviewed-by: lancea, skoivu
author joehw
date Wed, 12 Dec 2012 15:19:19 -0800
parents 8d65b381880b
children 3206516132e8
files src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java
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 Jan 31 17:04:37 2013 -0800
+++ b/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Wed Dec 12 15:19:19 2012 -0800
@@ -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
     {