8001235: Improve JAXP HTTP handling
authorjoehw
Wed, 12 Dec 2012 15:19:19 -0800
changeset 16280 04c99d53c501
parent 15411 3d1583b8ab93
child 16281 d0b10eec9296
8001235: Improve JAXP HTTP handling Reviewed-by: lancea, skoivu
jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java
--- a/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Thu Jan 31 17:04:37 2013 -0800
+++ b/jaxp/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
     {