[Fb-contrib-commit] SF.net SVN: fb-contrib: [506] trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/det
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-04-29 04:03:57
|
Revision: 506 Author: dbrosius Date: 2006-04-28 21:03:49 -0700 (Fri, 28 Apr 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=506&view=rev Log Message: ----------- fix javadoc Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ManualArrayCopy.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ManualArrayCopy.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ManualArrayCopy.java 2006-04-28 03:07:55 UTC (rev 505) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ManualArrayCopy.java 2006-04-29 04:03:49 UTC (rev 506) @@ -50,9 +50,9 @@ } /** - * clone this detector so that it can be a StatelessDetector + * implements the visitor to reset the state * - * @return a clone of this object + * @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. |