/me confused - should this be removed from trunk instead of tc7.0.x?
-Tim
On Wed, Aug 31, 2011 at 10:31 AM, <markt@apache.org> wrote:
> Author: markt
> Date: Wed Aug 31 14:31:13 2011
> New Revision: 1163643
>
> URL: http://svn.apache.org/viewvc?rev=1163643&view=rev
> Log:
> As per the comment, remove the deprecated code
>
> Modified:
> tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspCompilationContext.java
>
> Modified:
> tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspCompilationContext.java
> URL:
> http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspCompilationContext.java?rev=1163643&r1=1163642&r2=1163643&view=diff
>
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspCompilationContext.java
> (original)
> +++ tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspCompilationContext.java
> Wed Aug 31 14:31:13 2011
> @@ -385,49 +385,6 @@ public class JspCompilationContext {
> return jspUri;
> }
>
> - /**
> - * @deprecated Will be removed in Tomcat 8.0.x. Use
> - * {@link #getLastModified(String)} instead.
> - */
> - @Deprecated
> - public long getJspLastModified() {
>
>
|