changeset 326:3cd118e6573d icedtea-2.1.5

8001235: Improve JAXP HTTP handling Reviewed-by: lancea, skoivu
author andrew
date Tue, 05 Feb 2013 08:42:39 +0000
parents fb08c190f504
children c4bf68441a8d
files sources/jaxp_src/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/jaxp_src/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Mon Jan 14 22:22:11 2013 +0000
+++ b/sources/jaxp_src/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Tue Feb 05 08:42:39 2013 +0000
@@ -163,7 +163,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
     {