From bebc45eb3bf35838df829a629e5a27011549181f Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 19 May 2011 12:41:50 +0000 Subject: [PATCH] Remove unused attribute git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1124714 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/JspCompilationContext.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/java/org/apache/jasper/JspCompilationContext.java b/java/org/apache/jasper/JspCompilationContext.java index 19b865a9d..7558359ee 100644 --- a/java/org/apache/jasper/JspCompilationContext.java +++ b/java/org/apache/jasper/JspCompilationContext.java @@ -69,7 +69,6 @@ public class JspCompilationContext { protected String servletJavaFileName; protected String javaPath; protected String classFileName; - protected String contentType; protected ServletWriter writer; protected Options options; protected JspServletWrapper jsw; @@ -515,19 +514,6 @@ public class JspCompilationContext { } /** - * Get the content type of this JSP. - * - * Content type includes content type and encoding. - */ - public String getContentType() { - return contentType; - } - - public void setContentType(String contentType) { - this.contentType = contentType; - } - - /** * Where is the servlet being generated? */ public ServletWriter getWriter() { -- 2.11.0