[Fb-contrib-commit] SF.net SVN: fb-contrib: [557] trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/de
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-06-06 16:08:13
|
Revision: 557 Author: dbrosius Date: 2006-06-06 09:08:04 -0700 (Tue, 06 Jun 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=557&view=rev Log Message: ----------- fix javadoc Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/StaticArrayCreatedInMethod.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/StaticArrayCreatedInMethod.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/StaticArrayCreatedInMethod.java 2006-06-06 16:04:36 UTC (rev 556) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/StaticArrayCreatedInMethod.java 2006-06-06 16:08:04 UTC (rev 557) @@ -44,7 +44,7 @@ /** * implements the visitor by forwarding calls for methods that are the static initializer * - * @obj the context object of the currently parsed code block + * @param obj the context object of the currently parsed code block */ @Override public void visitCode(Code obj) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |