Merge pull request #247 from whym/linterrors

Fixes to some errors found by lint ("Inspect code" on Android Studio)
This commit is contained in:
Josephine Lim 2016-09-06 01:30:35 +12:00 committed by GitHub
commit 1f99460f99
3 changed files with 3 additions and 4 deletions

View file

@ -32,7 +32,6 @@ public class NearbyPlaces {
String line;
while ((line = in.readLine()) != null) {
line = in.readLine();
// Skip CSV header.
if (firstLine) {
@ -58,7 +57,6 @@ public class NearbyPlaces {
}
String type = fields[3];
String image;
places.add(new Place(
name,