]> source.dussan.org Git - vaadin-framework.git/commitdiff
reverted part of api extension, not really needed
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 25 Mar 2011 13:47:29 +0000 (13:47 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 25 Mar 2011 13:47:29 +0000 (13:47 +0000)
svn changeset:17944/svn branch:6.6

src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java

index a9e5f2c827d2c8cdf655ba4cafb85d0071e67f93..30eaf4e9211ce6dbc8c9b6389cc41bf2cf49ad91 100644 (file)
@@ -692,7 +692,7 @@ public abstract class AbstractApplicationServlet extends HttpServlet implements
      *            Output to write (UTF-8 encoded)
      * @throws IOException
      */
-    protected static final void writeResponse(HttpServletResponse response,
+    private void writeResponse(HttpServletResponse response,
             String contentType, String output) throws IOException {
         response.setContentType(contentType);
         final ServletOutputStream out = response.getOutputStream();