Merge pull request #35 from aerouk/patch-1
Because what does Google have to do with potatoes?
This commit is contained in:
commit
4a17b0437b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue