Browse Source

minor stuff

egert.rolf@tk.tu-darmstadt.de 5 years ago
parent
commit
fce26efd53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Connection/ConnectPhysical.java

+ 1 - 1
src/Connection/ConnectPhysical.java

@@ -339,7 +339,7 @@ public class ConnectPhysical implements Algorithm{
 				      
 				      // just want to do an HTTP GET here
 				      connection.setRequestMethod("GET");
-				      
+				     
 				      // give it 15 seconds to respond
 				      connection.setReadTimeout(1000);
 				      connection.connect();