Author: markt Date: Sat Jun 3 21:01:42 2017 New Revision: 1797545 URL: http://svn.apache.org/viewvc?rev=1797545&view=rev Log: Remove deprecated code
Modified: tomcat/trunk/java/org/apache/jasper/compiler/SmapStratum.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/SmapStratum.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/SmapStratum.java?rev=1797545&r1=1797544&r2=1797545&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/jasper/compiler/SmapStratum.java (original) +++ tomcat/trunk/java/org/apache/jasper/compiler/SmapStratum.java Sat Jun 3 21:01:42 2017 @@ -274,16 +274,6 @@ public class SmapStratum { // Methods to retrieve information /** - * @return the name of the stratum. - * - * @deprecated Unused. This will be removed in Tomcat 9.0.x - */ - @Deprecated - public String getStratumName() { - return "JSP"; - } - - /** * @return the given stratum as a String: a StratumSection, * followed by at least one FileSection and at least one LineSection. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org