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
commit 85c27f6929a64871c9edab0be9ec164afcce62de Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Apr 14 10:30:25 2023 +0100 Remove unnecessary space --- java/jakarta/servlet/Servlet.java | 2 +- java/org/apache/tomcat/util/bcel/classfile/ClassParser.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/jakarta/servlet/Servlet.java b/java/jakarta/servlet/Servlet.java index c234a1f4df..838b4f0d25 100644 --- a/java/jakarta/servlet/Servlet.java +++ b/java/jakarta/servlet/Servlet.java @@ -90,7 +90,7 @@ public interface Servlet { * Servlets typically run inside multithreaded servlet containers that can handle multiple requests concurrently. * Developers must be aware to synchronize access to any shared resources such as files, network connections, and as * well as the servlet's class and instance variables. More information on multithreaded programming in Java is - * available in <a href ="http://java.sun.com/Series/Tutorial/java/threads/multithreaded.html"> the Java tutorial on + * available in <a href="http://java.sun.com/Series/Tutorial/java/threads/multithreaded.html"> the Java tutorial on * multi-threaded programming</a>. * * @param req the <code>ServletRequest</code> object that contains the client's request diff --git a/java/org/apache/tomcat/util/bcel/classfile/ClassParser.java b/java/org/apache/tomcat/util/bcel/classfile/ClassParser.java index aec7c7b444..6fd322a907 100644 --- a/java/org/apache/tomcat/util/bcel/classfile/ClassParser.java +++ b/java/org/apache/tomcat/util/bcel/classfile/ClassParser.java @@ -27,8 +27,8 @@ import java.util.List; import org.apache.tomcat.util.bcel.Const; /** - * Wrapper class that parses a given Java .class file. The method <a href ="#parse">parse</a> returns a - * <a href ="JavaClass.html"> JavaClass</a> object on success. When an I/O error or an inconsistency occurs an + * Wrapper class that parses a given Java .class file. The method <a href="#parse">parse</a> returns a + * <a href="JavaClass.html"> JavaClass</a> object on success. When an I/O error or an inconsistency occurs an * appropriate exception is propagated back to the caller. * * The structure and the names comply, except for a few conveniences, exactly with the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org