Skip to content

Commit

Permalink
Check is done for site and router
Browse files Browse the repository at this point in the history
  • Loading branch information
cadmy committed May 24, 2016
1 parent dbb64f7 commit fcd21fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ru/cadmy/network/PingMe.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ protected PasswordAuthentication getPasswordAuthentication() {
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
Scanner scanner = new Scanner(connection.getInputStream());
scanner.useDelimiter("\\Z");
//TODO 213.180.193.3 check both with router and site
if (scanner.hasNext())
{
scanner.next();
Expand Down

0 comments on commit fcd21fb

Please sign in to comment.