This commit is contained in:
Lana Steuck 2013-03-12 18:22:55 -07:00
commit 697213ff2f

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
{