egert.rolf@tk.tu-darmstadt.de hace 6 años
padre
commit
fce26efd53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();