Author: markt Date: Thu Jun 14 14:01:08 2012 New Revision: 1350243 URL: http://svn.apache.org/viewvc?rev=1350243&view=rev Log: Remove some deprecation markers as the methods will remain on StandardContext
Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/StandardContext.java?rev=1350243&r1=1350242&r2=1350243&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/StandardContext.java (original) +++ tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Thu Jun 14 14:01:08 2012 @@ -1409,9 +1409,7 @@ public class StandardContext extends Con /** * Return the Locale to character set mapper for this Context. - * @deprecated Use {@link #getCharset(Locale)} */ - @Deprecated @Override public CharsetMapper getCharsetMapper() { @@ -1436,7 +1434,6 @@ public class StandardContext extends Con * * @param mapper The new mapper */ - @Deprecated @Override public void setCharsetMapper(CharsetMapper mapper) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org