Browse Source
Prior to this commit, a ClassCastException was thrown for an Optional return type for an @HttpExchange method. This is because the check for an Optional return type was based on the type contained in the Optional instead of the Optional itself. Closes gh-28493pull/27579/merge
wonwoo
3 years ago
committed by
Sam Brannen
2 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue