# HG changeset patch # User joehw # Date 1351536837 25200 # Node ID 5ac7b9e75614f15e2f8b4ea31b12f1afa4623ec3 # Parent 028a292be6668d9e357040d6f477c1d061d56945 8001235: Improve JAXP HTTP handling Reviewed-by: lancea, skoivu diff -r 028a292be666 -r 5ac7b9e75614 src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java --- 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 {