Skip to content

Commit

Permalink
Implement Http2Headers.isEmpty (#10663)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 authored and ejona86 committed Nov 20, 2023
1 parent ac94b6e commit 85d3611
Showing 1 changed file with 1 addition and 1 deletion.
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 85d3611

Please sign in to comment.