# HG changeset patch # User ewendeli # Date 1361773329 -3600 # Node ID dff26df610783f06128f39fcdd890abfbd234a20 # Parent 6d3dcd34b5b962ea1ef9eed0dafdee9e812401bc# Parent d0b10eec92962d9cc5cb588beb8b508c55fcce16 Merge diff -r 6d3dcd34b5b9 -r dff26df61078 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:41:33 2017 +0200 +++ b/jaxp/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java Mon Feb 25 07:22:09 2013 +0100 @@ -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 {