[Fb-contrib-commit] SF.net SVN: fb-contrib: [761] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-12-22 21:39:08
|
Revision: 761 http://svn.sourceforge.net/fb-contrib/?rev=761&view=rev Author: dbrosius Date: 2006-12-22 13:39:08 -0800 (Fri, 22 Dec 2006) Log Message: ----------- warnings Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java 2006-12-22 21:38:07 UTC (rev 760) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java 2006-12-22 21:39:08 UTC (rev 761) @@ -10,6 +10,7 @@ { private int numMethodCalls; + @SuppressWarnings("unused") public CollectStatistics(BugReporter bugReporter) { Statistics.getStatistics().clear(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |