Exemplo n.º 1
0
 public String addWantedFixed(WantedFixed wfixed) {
   return fixed.add(wfixed);
 }
Exemplo n.º 2
0
 private String addWithoutChecking(String typeName) {
   return furniture.add(new WantedFurniture(typeName));
 }