Because what does Google have to do with potatoes?

This commit is contained in:
Tom B 2014-09-02 02:25:53 +01:00
parent 28a6288b64
commit 579d413543

View file

@ -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();