# HG changeset patch # User lana # Date 1363137775 25200 # Node ID 57a7205023226acafb268f82efb73e311c44ea3e # Parent e41d716405b209d3eddef8bd4240cec2bd34dcca# Parent dff26df610783f06128f39fcdd890abfbd234a20 Merge diff -r e41d716405b2 -r 57a720502322 jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java --- a/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java Wed Jul 05 18:43:54 2017 +0200 +++ b/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java Tue Mar 12 18:22:55 2013 -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 {