mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 06:30:15 +02:00
Merge pull request #35 from aerouk/patch-1
Because what does Google have to do with potatoes?
This commit is contained in:
@@ -36,7 +36,7 @@ public class Potato implements Tuber {
|
|||||||
|
|
||||||
public boolean isPutIntoOven() {
|
public boolean isPutIntoOven() {
|
||||||
try {
|
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();
|
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
|
||||||
connection.setRequestMethod("GET");
|
connection.setRequestMethod("GET");
|
||||||
connection.connect();
|
connection.connect();
|
||||||
|
Reference in New Issue
Block a user