From: scipio Date: Wed, 21 May 2008 00:50:11 +0000 (+0000) Subject: NULL X-Git-Tag: release_tinyos_2_1_0_0~392 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=dab252fb20161ff2397da09cc779fe7f033b713e NULL --- diff --git a/apps/tests/TestSerialBandwidth/TestSerial.java b/apps/tests/TestSerialBandwidth/TestSerial.java index b36233a3..a4d0e468 100644 --- a/apps/tests/TestSerialBandwidth/TestSerial.java +++ b/apps/tests/TestSerialBandwidth/TestSerial.java @@ -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")) {