Correct comment
This commit is contained in:
parent
ccff8bc6dc
commit
808b618ecf
@ -117,7 +117,7 @@ public class LDGithub {
|
|||||||
DisguiseUtilities.getLogger().info("Now looking for update on Github..");
|
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");
|
URL url = new URL("https://api.github.com/repos/libraryaddict/LibsDisguises/releases/latest");
|
||||||
// Creating a connection
|
// Creating a connection
|
||||||
HttpURLConnection con = (HttpURLConnection) url.openConnection();
|
HttpURLConnection con = (HttpURLConnection) url.openConnection();
|
||||||
|
Loading…
Reference in New Issue
Block a user