This commit is contained in:
Edvard Wendelin 2013-02-25 07:22:09 +01:00
commit d02f5d5667

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
{