Remove unused exceptions
[controller.git] / opendaylight / config / netty-timer-config / src / main / java / org / opendaylight / controller / config / yang / netty / timer / HashedWheelTimerCloseable.java
index 8786f3af0a177a0068196f31bc352248f7e51da5..e7b09159259e68c20c5bc74c9de8380056b28e2d 100644 (file)
@@ -25,7 +25,7 @@ public final class HashedWheelTimerCloseable implements AutoCloseable, Timer {
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         stop();
     }