[Tinyos-2-commits]
CVS: tinyos-2.x/support/sdk/java/net/tinyos/packet
Packetizer.java, 1.1.2.7, 1.1.2.8
Phil Levis
scipio at users.sourceforge.net
Sun Nov 5 11:45:58 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21012/net/tinyos/packet
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Packetizer.java
Log Message:
MViz no longer requires Java 1.5.
Index: Packetizer.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet/Packetizer.java,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** Packetizer.java 16 Feb 2006 01:21:26 -0000 1.1.2.7
--- Packetizer.java 5 Nov 2006 19:45:56 -0000 1.1.2.8
***************
*** 160,164 ****
}
catch (IOException e) { }
! message(name + ": ignoring unknown packet type " +
Integer.toHexString(packetType));
}
--- 160,164 ----
}
catch (IOException e) { }
! message(name + ": ignoring unknown packet type 0x" +
Integer.toHexString(packetType));
}
More information about the Tinyos-2-commits
mailing list