Wrap text for name field

This commit is contained in:
misaochan 2016-08-30 20:03:33 +12:00
parent b71054300f
commit c9f51ee9f5
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ public class NearbyPlaces {
while ((line = in.readLine()) != null) {
line = in.readLine();
// Skip CSV header.
if (firstLine) {
firstLine = false;