From: Brian Demsky Date: Sat, 23 Jul 2016 23:31:02 +0000 (-0700) Subject: edits X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aca1046e28964869a6e00007b104ecdc005fe7d5;p=iotcloud.git edits --- aca1046e28964869a6e00007b104ecdc005fe7d5 diff --cc src/java/iotcloud/Table.java index b4cbfd2,dcb74e2..00680ab --- a/src/java/iotcloud/Table.java +++ b/src/java/iotcloud/Table.java @@@ -129,7 -129,8 +129,7 @@@ public class Table } else { throw new Error("Unrecognized type"); } - + - //Check that nothing funny happened if (machineid == localmachineid) { if (lastmsgseqnum != seqnum) throw new Error("Server Error: Mismatch on local machine sequence number");