[Fb-contrib-commit] SF.net SVN: fb-contrib:[1377] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-10-18 13:55:31
|
Revision: 1377
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1377&view=rev
Author: dbrosius
Date: 2009-10-18 13:55:21 +0000 (Sun, 18 Oct 2009)
Log Message:
-----------
remove unneeded annotation
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 2009-10-15 14:05:30 UTC (rev 1376)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java 2009-10-18 13:55:21 UTC (rev 1377)
@@ -28,7 +28,7 @@
{
private int numMethodCalls;
- public CollectStatistics(@SuppressWarnings("unused") BugReporter bugReporter) {
+ 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.
|