mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 22:03:55 +01:00
Merge pull request #247 from whym/linterrors
Fixes to some errors found by lint ("Inspect code" on Android Studio)
This commit is contained in:
commit
1f99460f99
3 changed files with 3 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue