[Japi-cvs] SF.net SVN: japi: [48] trunk/src/doc/tasks.xhtml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-04-11 23:01:04
|
Revision: 48 Author: christianhujer Date: 2006-04-11 16:00:57 -0700 (Tue, 11 Apr 2006) ViewCVS: http://svn.sourceforge.net/japi/?rev=48&view=rev Log Message: ----------- Added task to unify package blank lines. Modified Paths: -------------- trunk/src/doc/tasks.xhtml Modified: trunk/src/doc/tasks.xhtml =================================================================== --- trunk/src/doc/tasks.xhtml 2006-04-11 22:57:40 UTC (rev 47) +++ trunk/src/doc/tasks.xhtml 2006-04-11 23:00:57 UTC (rev 48) @@ -139,6 +139,10 @@ Several Utility Classes do not yet have a private constructor. They all should get one. The documentation on all these private constructors should follow the same pattern. </dd> + <dt>Unify Whitespace</dt> + <dd> + Some classes have two blank lines between copyright comment and package, some have only one. This should be unified. + </dd> </dl> </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |