Skip to content

Commit

Permalink
Fix failing spotbugs test
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 19, 2020
1 parent a028804 commit 59285ab
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -175,6 +175,9 @@ private Cookie parse(String cookieString) {
case "secure":
builder.isSecure(true);
break;

default:
throw new RuntimeException("Unknown option: " + key);
}
});

Expand Down

0 comments on commit 59285ab

Please sign in to comment.