X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iotcloud.git;a=blobdiff_plain;f=version2%2Fsrc%2Fjava%2Flight_fan_benchmark%2FIoTAddress.java;fp=version2%2Fsrc%2Fjava%2Flight_fan_benchmark%2FIoTAddress.java;h=ee96322c0f2efb515a2d9212fa3dd9e4d78e0924;hp=5f153308a991de0750d6a1aee4e95a5f6b605b17;hb=e79302be6150bc95d21394e6891f648d38501369;hpb=d3f1a80e9e8f6c5192d88314f5619272c58a6c51 diff --git a/version2/src/java/light_fan_benchmark/IoTAddress.java b/version2/src/java/light_fan_benchmark/IoTAddress.java index 5f15330..ee96322 100644 --- a/version2/src/java/light_fan_benchmark/IoTAddress.java +++ b/version2/src/java/light_fan_benchmark/IoTAddress.java @@ -61,7 +61,7 @@ public class IoTAddress { //e.g. http:// + inetAddress.getHostAddress() + strURLComplete // http://192.168.2.254/cgi-bin/mjpg/video.cgi? return "http://" + inetAddress.getHostAddress() + strURLComplete; - + } /**