egert.rolf@tk.tu-darmstadt.de 6 vuotta sitten
vanhempi
commit
fce26efd53
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();