OpenJDK / jdk / jdk
changeset 16282:dff26df61078
Merge
author | ewendeli |
---|---|
date | Mon, 25 Feb 2013 07:22:09 +0100 |
parents | 6d3dcd34b5b9 d0b10eec9296 |
children | 57a720502322 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 {