Skip to content

Commit

Permalink
Implement Http2Headers.isEmpty (#10663)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 committed Nov 14, 2023
1 parent 0299788 commit 90e76a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public int size() {

@Override
public boolean isEmpty() {
throw new UnsupportedOperationException();
return size() == 0;
}

@Override
Expand Down

0 comments on commit 90e76a1

Please sign in to comment.