Remove unnecessary line in Http2ClientUpgradeCodec (#9750)
Motivation: To clean up code. Modification: Remove unnecessary line. Result: There's no functional change.
This commit is contained in:
parent
7df012884f
commit
83b35db2e5
@ -111,7 +111,6 @@ public class Http2ClientUpgradeCodec implements HttpClientUpgradeHandler.Upgrade
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
||||||
public CharSequence protocol() {
|
public CharSequence protocol() {
|
||||||
return HTTP_UPGRADE_PROTOCOL_NAME;
|
return HTTP_UPGRADE_PROTOCOL_NAME;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user