changeset 396:5ac7b9e75614 icedtea-2.2.5

8001235: Improve JAXP HTTP handling Reviewed-by: lancea, skoivu
author joehw
date Mon, 29 Oct 2012 11:53:57 -0700
parents 028a292be666
children 7d285e628870
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	Mon Jan 14 22:54:02 2013 +0000
+++ b/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Mon Oct 29 11:53:57 2012 -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
     {