[Fb-contrib-commit] SF.net SVN: fb-contrib: [968] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-11-10 03:31:19
|
Revision: 968 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=968&view=rev Author: dbrosius Date: 2007-11-09 19:31:23 -0800 (Fri, 09 Nov 2007) Log Message: ----------- better engrish Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingFunctionSemantics.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingFunctionSemantics.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingFunctionSemantics.java 2007-11-10 03:30:12 UTC (rev 967) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingFunctionSemantics.java 2007-11-10 03:31:23 UTC (rev 968) @@ -39,7 +39,7 @@ import edu.umd.cs.findbugs.ba.ClassContext; /** looks for methods that return a parameter after making what looks like - * modifications to that parameter. This leads to confusing on the user of this + * modifications to that parameter. This leads to confusion for the user of this * method as it isn't obvious that the 'original' object is modified. If the * point of this method is to modify the parameter, it is probably better just * to have the method be a void method, to avoid confusion. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |