leonardo 2016-05-19 17:10:26 +00:00
parent 315ab5b7df
commit 93f41a19b3
1 changed files with 4 additions and 0 deletions

View File

@ -165,4 +165,8 @@ public class ApplicationProperties {
return property.equals("1"); return property.equals("1");
} }
public Integer maxSizeNumCorrida(){
String property = p.getProperty("maxSizeNumCorrida", "-1");
return Integer.parseInt(property);
}
} }