You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/06/04 15:38:47 UTC

[tomcat] branch 8.5.x updated: Clean-up

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 <ma...@apache.org>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org