浏览代码

minor stuff

egert.rolf@tk.tu-darmstadt.de 5 年之前
父节点
当前提交
fce26efd53
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();