dev@glassfish.java.net

Commiting only the changed code, not the layout.

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Fri, 18 May 2007 10:39:19 -0400

Hi,

please make sure when you commit your don't change the layout of the
file, because it is extremely difficult to find what was changed. I
suspect it is because of several IDE are used....that's why we should
all use vi :-) Something like that should be avoided if possible:

       */
      public ConcurrentLinkedQueue getSelectorHandlers(){
          return selectorHandlers;
- }
+ }

Not sure if it is svn or IDE, but we should try to avoid them :-)

Thanks

-- Jeanfrancois the tab police :-)