Not to get greedy about all the stuff I need for beta2, but... :) Ryan, is this going in before you do the beta2 rebuild?
Thanks for all your help on getting these things resolved so quickly. I'm still testing this fix, but having maven repo issues this morning, and I was trying to apply the fix to our environment to make sure it fits in nicely. doug On 6/11/12 11:35 AM, "themisty...@gmail.com" <themisty...@gmail.com> wrote: > Other than the null comment...LGTM > > Applied patch and ran tests, all successful. > > Ship it! > > > http://codereview.appspot.com/6305079/diff/6001/java/social-api/src/main/java/ > org/apache/shindig/social/opensocial/spi/GroupId.java > File > java/social-api/src/main/java/org/apache/shindig/social/opensocial/spi/GroupId > .java > (right): > > http://codereview.appspot.com/6305079/diff/6001/java/social-api/src/main/java/ > org/apache/shindig/social/opensocial/spi/GroupId.java#newcode128 > java/social-api/src/main/java/org/apache/shindig/social/opensocial/spi/GroupId > .java:128: > // return null we don't know the type > +1 > > On 2012/06/11 13:48:55, DouglasLDavies wrote: >> change comment about null > > http://codereview.appspot.com/6305079/diff/6001/java/social-api/src/test/java/ > org/apache/shindig/social/opensocial/spi/GroupIdTest.java > File > java/social-api/src/test/java/org/apache/shindig/social/opensocial/spi/GroupId > Test.java > (right): > > http://codereview.appspot.com/6305079/diff/6001/java/social-api/src/test/java/ > org/apache/shindig/social/opensocial/spi/GroupIdTest.java#newcode43 > java/social-api/src/test/java/org/apache/shindig/social/opensocial/spi/GroupId > Test.java:43: > GroupId unknown = GroupId.fromJson("@foo"); > I would disagree, seems misleading to call it @custom. @foo > demonstrates it can be anything and it not just another hardcoded type. > > Works either way but I think @foo is a better representation of the > feature. > > On 2012/06/11 13:48:55, DouglasLDavies wrote: >> Call the variable custom > > http://codereview.appspot.com/6305079/ >