Remove unnecessary 'throws Exception' declaration.

This commit is contained in:
John Blum
2019-05-08 14:20:43 -07:00
parent a748cd9429
commit 4a0e4b5ca4

View File

@@ -148,7 +148,7 @@ public class GemFireMockObjectsSupportIntegrationTests extends IntegrationTestsS
}
@Override
public void destroy() throws Exception {
public void destroy() {
destroyed.set(true);
}
}