OpenJDK / lambda / lambda / jaxp
changeset 431:3206516132e8
Merge
author | ewendeli |
---|---|
date | Tue, 19 Feb 2013 21:45:15 +0100 |
parents | 573e789c187a f4898ff0aff1 |
children | 46ce56a4e40f |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java Mon Feb 11 16:12:53 2013 -0800 +++ b/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java Tue Feb 19 21:45:15 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 {