quintonm    2003/03/12 13:34:39

  Modified:    xdocs/common code-standards.xml
  Log:
  Fixed a typo
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-turbine-site/xdocs/common/code-standards.xml
  
  Index: code-standards.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/xdocs/common/code-standards.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- code-standards.xml        12 Mar 2003 21:04:34 -0000      1.5
  +++ code-standards.xml        12 Mar 2003 21:34:39 -0000      1.6
  @@ -172,7 +172,7 @@
   <p>
   11. Import statements should be listed in alphabetical order.  Use blank lines 
   to seperate products.  In cases where there is a large number of imports from a 
  -simple product (like java.x) consider seperating at the second level.  For example,
  +single product (like java.x) consider seperating at the second level.  For example,
   you could group all of the java.util, java.swing, etc...
   </p>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to