You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/06/03 21:01:42 UTC

svn commit: r1797545 - /tomcat/trunk/java/org/apache/jasper/compiler/SmapStratum.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org