From d1398dfca7998fa96fbfc606a9777fe83d3ce96a Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Wed, 12 Dec 2012 15:19:19 -0800 Subject: [PATCH] 8001235: Improve JAXP HTTP handling Reviewed-by: lancea, skoivu --- .../org/apache/xpath/internal/functions/FuncSystemProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java b/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java index 316e2a1b3af..1fbcc878c6a 100644 --- a/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java +++ b/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java @@ -165,7 +165,7 @@ public class FuncSystemProperty extends FunctionOneArg * 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 {