Skip to content

Commit a794485

Browse files
authored
Merge pull request #598 from tobias47n9e/master
Change file extension of nearby query to .rq
2 parents d4c9e49 + 1402460 commit a794485

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/nearby/NearbyPlaces.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private List<Place> getFromWikidataQuery(Context context,
6969
throws IOException {
7070
List<Place> places = new ArrayList<>();
7171

72-
String query = FileUtils.readFromFile(context, "queries/nearby_query.txt");
72+
String query = FileUtils.readFromFile(context, "queries/nearby_query.rq");
7373

7474
Timber.d(query);
7575

0 commit comments

Comments
 (0)