# HG changeset patch # User dfuchs # Date 1513333881 0 # Node ID 5683757b67710946907a3dc8f5a92e64ff90d161 # Parent 002db7829808a49ab3b77082a5d3392474ff10cc http-client-branch: cleanup: add missing @Overrides diff -r 002db7829808 -r 5683757b6771 src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/Http2Connection.java --- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/Http2Connection.java Fri Dec 15 09:44:23 2017 +0000 +++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/Http2Connection.java Fri Dec 15 10:31:21 2017 +0000 @@ -1048,7 +1048,7 @@ } } - + @Override public void onSubscribe(Flow.Subscription subscription) { // supports being called multiple time. // doesn't cancel the previous subscription, since that is @@ -1089,6 +1089,7 @@ scheduler.deferOrSchedule(client().theExecutor()); } + @Override public void dropSubscription() { debug.log(Level.DEBUG, "dropSubscription"); // we could probably set subscription to null here...