# HG changeset patch # User lana # Date 1363137775 25200 # Node ID 8a0cb78fefbce08981f702337091f440152680d5 # Parent ef3495555a4c6e706a3058c18aa229b14220de0b# Parent 46ce56a4e40f723b38ccdef9905c87d6cc9b392a Merge diff -r ef3495555a4c -r 8a0cb78fefbc src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java --- a/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java Thu Mar 07 11:17:45 2013 -0800 +++ b/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 {