Remove unnecessary throws declaration

This commit is contained in:
Vedran Pavic
2019-07-02 19:21:07 +02:00
parent 0731e7f2d0
commit 1ca9daccb4
26 changed files with 91 additions and 114 deletions

View File

@@ -55,7 +55,7 @@ public class HazelcastHttpSessionConfigurationXmlTests<S extends Session> {
private SessionRepository<S> repository;
@Test
void saveSessionTest() throws InterruptedException {
void saveSessionTest() {
S sessionToSave = this.repository.createSession();
@@ -94,7 +94,7 @@ public class HazelcastHttpSessionConfigurationXmlTests<S extends Session> {
private SessionRepository<S> repository;
@Test
void saveSessionTest() throws InterruptedException {
void saveSessionTest() {
S sessionToSave = this.repository.createSession();