--- 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
{