You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@incubator.apache.org on 2004/04/18 23:34:35 UTC

[Apache Geronimo Wiki] Updated: CodingStandards

   Date: 2004-04-18T14:34:32
   Editor: 195.87.113.79 <>
   Wiki: Apache Geronimo Wiki
   Page: CodingStandards
   URL: http://wiki.apache.org/geronimo/CodingStandards

   Changed Anacronym to Acronym

Change Log:

------------------------------------------------------------------------------
@@ -182,7 +182,7 @@
 = Abbreviations in methods/classes/interfaces' names =
 
 Abbreviations are all written in capitals in methods/classes/interfaces' names.
-("Anacronym" might be a better term here.)
+("Acronym" might be a better term here.)
 
 {{{#!java
 public final class J2EELoader {