Skip to content

Commit

Permalink
Add default to switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oliemansm committed Dec 25, 2020
1 parent 5ba6a0a commit 8ce86c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ public void onMessage(final String message) {
log.debug("New response recorded.");
}
break;
default:
break;
}
} catch (JsonProcessingException e) {
fail("Exception while parsing server response. Response is not a valid GraphQL response.",
Expand Down

0 comments on commit 8ce86c7

Please sign in to comment.