Esempio n. 1
0
 public boolean parse(GameMode gameMode, String value, URI source) {
   try {
     gameMode.setBabMaxAtt(Integer.parseInt(value));
     return true;
   } catch (NumberFormatException nfe) {
     return false;
   }
 }