bayard 2003/07/30 16:54:33 Modified: lang DEVELOPERS-GUIDE.html Log: Added note that XxxUtils classes are not to be final. Revision Changes Path 1.2 +2 -1 jakarta-commons/lang/DEVELOPERS-GUIDE.html Index: DEVELOPERS-GUIDE.html =================================================================== RCS file: /home/cvs/jakarta-commons/lang/DEVELOPERS-GUIDE.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DEVELOPERS-GUIDE.html 22 Dec 2002 21:07:35 -0000 1.1 +++ DEVELOPERS-GUIDE.html 30 Jul 2003 23:54:33 -0000 1.2 @@ -58,6 +58,7 @@ <li>have a name consisting of the interface name plus 'Utils'</li> <li>deal with one class or interface and its variations (subclasses)</li> <li>provide methods that perform useful utility functions</li> +<li>the class will not be final</li> </ul> <p>A utility class can act as a factory for specific implementations of a class or
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
