Fix typo in comment/javadocs (#2609)

This commit is contained in:
Jo0001 2021-08-25 12:49:57 +02:00 committed by GitHub
parent 5e11d9d51f
commit 47af0d634f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ public interface ServerProtocolVersion {
int lowestSupportedVersion();
/**
* Returns the lowest supported protocol version by this server.
* Returns the highest supported protocol version by this server.
* This and {@link #lowestSupportedVersion()} should only differ on proxy servers supporting multiple versions.
*
* @return highest supported protocol version