Mercurial Hosting > luan
diff src/org/eclipse/jetty/http/HttpGenerator.java @ 982:dbecd7faa1f5
remove Generator
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 16 Oct 2016 21:40:27 -0600 |
parents | cb78ee27b0e0 |
children | 23ec25435b8c |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/http/HttpGenerator.java Sun Oct 16 21:10:25 2016 -0600 +++ b/src/org/eclipse/jetty/http/HttpGenerator.java Sun Oct 16 21:40:27 2016 -0600 @@ -40,7 +40,7 @@ * * */ -public class HttpGenerator extends AbstractGenerator +public final class HttpGenerator extends AbstractGenerator { private static final Logger LOG = LoggerFactory.getLogger(HttpGenerator.class);