Correct comment

This commit is contained in:
libraryaddict 2021-02-09 16:25:28 +13:00
parent ccff8bc6dc
commit 808b618ecf

View file

@ -117,7 +117,7 @@ public class LDGithub {
DisguiseUtilities.getLogger().info("Now looking for update on Github..");
}
// We're connecting to md_5's jenkins REST api
// We're connecting to githubs REST api
URL url = new URL("https://api.github.com/repos/libraryaddict/LibsDisguises/releases/latest");
// Creating a connection
HttpURLConnection con = (HttpURLConnection) url.openConnection();