Skip to content

Commit

Permalink
Add missing "break" statement
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei Barantsev <barancev@gmail.com>
  • Loading branch information
mtrea authored and barancev committed Oct 30, 2019
1 parent a449eca commit dd80d5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private static AuthChallenge fromJson(JsonInput input) {
break;
case "realm":
realm = input.nextString();
break;
default:
input.nextString();
break;
Expand Down

0 comments on commit dd80d5e

Please sign in to comment.