commit | 3cdceb7949f3af2053745275c4233f289cbedada | [log] [tgz] |
---|---|---|
author | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Apr 19 12:23:03 2010 +0000 |
committer | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Apr 19 12:23:03 2010 +0000 |
tree | 0d454c2b73a4e7fa5941cff435c942ea9c40ced2 | |
parent | 658cc74b12159c7de670b4e337973e74de00acc1 [diff] |
Removes an outdated assertion in CommandServerSerializationStreamReader. This assertion is not true for Collections.emptySet/List/Map. Review by: bobv (desk) git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7938 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/rpc/server/CommandServerSerializationStreamReader.java b/user/src/com/google/gwt/rpc/server/CommandServerSerializationStreamReader.java index bf20c17..9cbafa2 100644 --- a/user/src/com/google/gwt/rpc/server/CommandServerSerializationStreamReader.java +++ b/user/src/com/google/gwt/rpc/server/CommandServerSerializationStreamReader.java
@@ -282,7 +282,6 @@ public void prepareToRead(List<ValueCommand> commands) { values = commands.iterator(); - assert values.hasNext() : "No commands"; } public boolean readBoolean() throws SerializationException {