added protocol to url
This commit is contained in:
parent
ab4b6ee688
commit
1dade4db82
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -19,7 +19,7 @@ public class CheckForUpdate {
|
||||||
|
|
||||||
public CheckForUpdate() {
|
public CheckForUpdate() {
|
||||||
try {
|
try {
|
||||||
URL url = new URL("resurrect.brysonsteck.net");
|
URL url = new URL("http://resurrect.brysonsteck.net");
|
||||||
URLConnection request = url.openConnection();
|
URLConnection request = url.openConnection();
|
||||||
request.connect();
|
request.connect();
|
||||||
JsonParser json = new JsonParser();
|
JsonParser json = new JsonParser();
|
||||||
|
|
Loading…
Add table
Reference in a new issue