This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.2.X in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push: new b3ebde56c Fixed a wrong @param tag b3ebde56c is described below commit b3ebde56ce8b6a574251a95e72147ef499c74de6 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Thu Jun 1 00:13:31 2023 +0200 Fixed a wrong @param tag --- mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java b/mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java index 6d5d913ba..b74b537d3 100644 --- a/mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java +++ b/mina-http/src/main/java/org/apache/mina/http/api/HttpVersion.java @@ -61,7 +61,7 @@ public enum HttpVersion { /** * Returns the {@link HttpVersion} instance from the specified string. * - * @param string The String contaoning the HTTP version + * @param httpVersion The String containing the HTTP version * @return The version, or <code>null</code> if no version is found */ public static HttpVersion fromString(String httpVersion) {