diff options
| author | Tom B <me@iaero.me> | 2014-09-02 02:25:53 +0100 |
|---|---|---|
| committer | Tom B <me@iaero.me> | 2014-09-02 02:25:53 +0100 |
| commit | 579d4135439fc06a449afaa4f0dc24e32aa58987 (patch) | |
| tree | 2fae3ba28f584dc9d5352208500cb116a764044b /src/main/java/org | |
| parent | 28a6288b64f1d8e490b88af8923801767cc5480d (diff) | |
Because what does Google have to do with potatoes?
Diffstat (limited to 'src/main/java/org')
| -rw-r--r-- | src/main/java/org/drtshock/Potato.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/drtshock/Potato.java b/src/main/java/org/drtshock/Potato.java index 5a72871..b418664 100644 --- a/src/main/java/org/drtshock/Potato.java +++ b/src/main/java/org/drtshock/Potato.java @@ -36,7 +36,7 @@ public class Potato implements Tuber { public boolean isPutIntoOven() { try { - final URL url = new URL("https://www.google.com/"); + final URL url = new URL("https://www.google.com/search?q=potato"); HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setRequestMethod("GET"); connection.connect(); |
