On 2011/02/11 18:51:18, zundel wrote:
Well, I personally like the way it looks:

  this.myPackage = StringInterner.get().intern(
      (myPackage.length() == 0) ? "" : (myPackage + '.'));

becomes:

  this.myPackage =
      StringInterner.get().intern(
          (myPackage.length() == 0) ? "" : (myPackage + '.'));

This is going to cause a lot of churn...

Would it be reasonable to format the entire source tree at once, and
have a single distasteful SVN commit?

http://gwt-code-reviews.appspot.com/1354803/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to