[Fb-contrib-commit] SF.net SVN: fb-contrib: [801] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-01-28 21:08:05
|
Revision: 801 http://svn.sourceforge.net/fb-contrib/?rev=801&view=rev Author: dbrosius Date: 2007-01-28 13:08:03 -0800 (Sun, 28 Jan 2007) Log Message: ----------- add toString Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/OverlyConcreteParameter.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/OverlyConcreteParameter.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/OverlyConcreteParameter.java 2007-01-28 21:01:52 UTC (rev 800) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/OverlyConcreteParameter.java 2007-01-28 21:08:03 UTC (rev 801) @@ -434,5 +434,10 @@ return true; } + + @Override + public String toString() { + return methodName + methodSig; + } } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |