Changelog and versioning

This commit is contained in:
misaochan 2016-02-19 17:43:13 +13:00
parent a21a923243
commit f4823c7dd2
3 changed files with 9 additions and 3 deletions

View file

@ -24,7 +24,9 @@ import java.util.List;
import java.util.Set;
/**
*
* Uses the Volley library to implement asynchronous calls to the Commons MediaWiki API to match
* GPS coordinates with nearby Commons categories. Parses the results using GSON to obtain a list
* of relevant categories.
*/
public class MwVolleyApi {