This commit is contained in:
Emmanuel Venisse 2005-05-23 21:55:54 +00:00
parent e166284580
commit f5519934fd
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class Verifier
{ {
if ( propertiesFile.exists() ) if ( propertiesFile.exists() )
{ {
System.out.println( "Load properties file : " + file.getPath() ); System.out.println( "Load properties file : " + propertiesFile.getPath() );
fis = new FileInputStream( propertiesFile ); fis = new FileInputStream( propertiesFile );
properties.load( fis ); properties.load( fis );
} }