This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 2fb113f Fix invalid Javadoc 2fb113f is described below commit 2fb113fe169fa7153448bf885110707c5585f39a Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Sep 27 07:41:17 2021 +0100 Fix invalid Javadoc --- java/jakarta/servlet/ServletConnection.java | 6 +++--- java/jakarta/servlet/ServletRequest.java | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/java/jakarta/servlet/ServletConnection.java b/java/jakarta/servlet/ServletConnection.java index 97ded16..0caf659 100644 --- a/java/jakarta/servlet/ServletConnection.java +++ b/java/jakarta/servlet/ServletConnection.java @@ -48,9 +48,9 @@ public interface ServletConnection { * <p> * If the protocol has an entry in the <a href= * "https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids">IANA - * registry for ALPN names then the identification sequence, in string form, - * must be returned. Registered identification sequences MUST only be used - * for the associated protocol. Return values for other protocols are + * registry for ALPN names</a> then the identification sequence, in string + * form, must be returned. Registered identification sequences MUST only be + * used for the associated protocol. Return values for other protocols are * implementation dependent. Unknown protocols should return the string * "unknown". * diff --git a/java/jakarta/servlet/ServletRequest.java b/java/jakarta/servlet/ServletRequest.java index ba57afe..cbc9e35 100644 --- a/java/jakarta/servlet/ServletRequest.java +++ b/java/jakarta/servlet/ServletRequest.java @@ -523,6 +523,7 @@ public interface ServletRequest { * <dd>The stream identifier</dd> * <dt>AJP</dt> * <dd>None, so the empty string should be returned</dd> + * </dl> * * @return The request identifier if one is defined, otherwise an empty * string --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org