Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 8ce86c7

Browse files
committed
Add default to switch statement
1 parent 5ba6a0a commit 8ce86c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphql-spring-boot-test/src/main/java/com/graphql/spring/boot/test/GraphQLTestSubscription.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,8 @@ public void onMessage(final String message) {
473473
log.debug("New response recorded.");
474474
}
475475
break;
476+
default:
477+
break;
476478
}
477479
} catch (JsonProcessingException e) {
478480
fail("Exception while parsing server response. Response is not a valid GraphQL response.",

0 commit comments

Comments
 (0)