[Fb-contrib-commit] SF.net SVN: fb-contrib: [551] trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/de
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-06-06 04:53:30
|
Revision: 551 Author: dbrosius Date: 2006-06-05 21:53:23 -0700 (Mon, 05 Jun 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=551&view=rev Log Message: ----------- clearer format msg Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/RedundantMethodCalls.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/RedundantMethodCalls.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/RedundantMethodCalls.java 2006-06-06 04:30:19 UTC (rev 550) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/RedundantMethodCalls.java 2006-06-06 04:53:23 UTC (rev 551) @@ -111,7 +111,7 @@ .addClass(this) .addMethod(this) .addSourceLine(this) - .addString(methodName + "[" + signature + "]")); + .addString(methodName + signature)); } } if (reg >= 0) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |