Skip to content

Commit

Permalink
updating to the latest Gedom jar files
Browse files Browse the repository at this point in the history
  • Loading branch information
retroryan committed Jan 23, 2012
1 parent 67cfc8e commit 283da93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/Application.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void comparePlaces(File placesFile) throws IOException {


public static void searchForPlace(String place) throws IOException, SAXException { public static void searchForPlace(String place) throws IOException, SAXException {
List<DisplayPlace> displayPlaces = getDisplayPlacesList(place); List<DisplayPlace> displayPlaces = getDisplayPlacesList(place);

//System.out.println("displayPlaces = " + displayPlaces);
render(displayPlaces); render(displayPlaces);
} }


Expand Down

0 comments on commit 283da93

Please sign in to comment.