Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang committed Jan 4, 2024
1 parent 5e07310 commit 7429377
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@ public synchronized void awaitReady() {
public void transportInUse(boolean inUse) {
this.inUse = inUse;
}

@Override
public Attributes filterTransport(Attributes attributes) {
throw new UnsupportedOperationException("Not Used");
}
}

private static final class TestStreamListener implements ClientStreamListener {
Expand Down

0 comments on commit 7429377

Please sign in to comment.