Fixes to some errors found by lint ("Inspect code" on Android Studio)

See also #171.
This commit is contained in:
Yusuke Matsubara 2016-09-03 19:50:09 +09:00
parent 7dd512b2d9
commit 41ffd993d1
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,