This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new dacb1bc Clean-up
dacb1bc is described below
commit dacb1bc0d156c25a865c026bcbca3c71d3afe9e9
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 4 16:38:15 2019 +0100
Clean-up
---
java/javax/servlet/http/HttpServlet.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/javax/servlet/http/HttpServlet.java
b/java/javax/servlet/http/HttpServlet.java
index 9f3fe92..f7ea58a 100644
--- a/java/javax/servlet/http/HttpServlet.java
+++ b/java/javax/servlet/http/HttpServlet.java
@@ -593,7 +593,6 @@ public abstract class HttpServlet extends GenericServlet {
ServletOutputStream out = resp.getOutputStream();
out.print(buffer.toString());
out.close();
- return;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]