Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Sep 6, 2024
1 parent 7bb36d1 commit 3a4595e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import java.net.HttpURLConnection;
import java.net.URL;

/**
* A utility tools to download json from ARDC, it is not mean to be generic and likely one off so please
* make changes if you need to reuse it
*/
public class PageDownloader {

// private static final String BASE_URL = "https://vocabs.ardc.edu.au/repository/api/lda/aodn/aodn-platform-vocabulary/version-6-1/concept.json?_page=";
Expand Down

0 comments on commit 3a4595e

Please sign in to comment.