Advertisement
INSECURE-FLOWERPOT

Untitled

Feb 25th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if(tokens.length==4)
  2. {
  3. for(Place p: place)
  4. {
  5. if(!p.getState().equals(tokens[3]))
  6. {
  7. Place constNewPlace = new Place(tokens[2],tokens[3]);
  8. place.add(constNewPlace);
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement