Author: markt
Date: Thu May 19 12:41:50 2011
New Revision: 1124714

URL: http://svn.apache.org/viewvc?rev=1124714&view=rev
Log:
Remove unused attribute

Modified:
    tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java

Modified: tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java?rev=1124714&r1=1124713&r2=1124714&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java (original)
+++ tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java Thu May 19 
12:41:50 2011
@@ -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() {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to