]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
NULL
authorscipio <scipio>
Wed, 21 May 2008 00:50:11 +0000 (00:50 +0000)
committerscipio <scipio>
Wed, 21 May 2008 00:50:11 +0000 (00:50 +0000)
apps/tests/TestSerialBandwidth/TestSerial.java

index b36233a334e46c404a76747fa1f279d3170a0397..a4d0e468c1906f229100153b5a72acd76336dc09 100644 (file)
@@ -75,7 +75,7 @@ public class TestSerial implements MessageListener {
   }
   
   public static void main(String[] args) throws Exception {
-    String source = "";
+    String source = null;
     System.out.println("hello");
     if (args.length == 2) {
       if (!args[0].equals("-comm")) {