8001235: Improve JAXP HTTP handling

Reviewed-by: lancea, skoivu
This commit is contained in:
Joe Wang 2012-12-12 15:19:19 -08:00
parent 34d99c6b39
commit d1398dfca7

View File

@ -165,7 +165,7 @@ public class FuncSystemProperty extends FunctionOneArg
* 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
{