Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / karaf / ShowEventTimesComandProvider.java
index 751a6e5400b73175172bfc06bd0cdb5fe2aed1b8..1374857800d1fe456b9b308c50c58ac4bffca599 100644 (file)
@@ -21,7 +21,7 @@ import org.opendaylight.openflowplugin.impl.statistics.ofpspecific.EventsTimeCou
 public class ShowEventTimesComandProvider extends OsgiCommandSupport {
 
     @Override
-    protected Object doExecute() throws Exception {
+    protected Object doExecute() {
         PrintStream out = session.getConsole();
         final List<String> statistics = EventsTimeCounter.provideTimes();
         final StringBuilder result = new StringBuilder();