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:
monkey-mas 2019-11-04 05:20:04 -05:00 committed by Norman Maurer
parent 7df012884f
commit 83b35db2e5

View File

@ -111,7 +111,6 @@ public class Http2ClientUpgradeCodec implements HttpClientUpgradeHandler.Upgrade
}
@Override
public CharSequence protocol() {
return HTTP_UPGRADE_PROTOCOL_NAME;
}