fixes bug #7495
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@56156 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
315ab5b7df
commit
93f41a19b3
|
@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue