Fixes a bad assert.  I had thought that java.lang.Object would never end up needing a typeId, but I was wrong. In cases where an Object[] is instantiated, it does need a typeId.  Therefore, my original assertion that String would always have typeId = 1 turns out to be wrong.  So I'm forcing Object to always have typeId = 1 and String typeId = 2.

Review by: mmendez (postmortem)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1333 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed