Author: violetagg
Date: Fri Jul 17 06:49:52 2015
New Revision: 1691487

URL: http://svn.apache.org/r1691487
Log:
Corrected the Tomcat 7 version where this interface was introduced for the 
first time

Modified:
    tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java

Modified: tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java?rev=1691487&r1=1691486&r2=1691487&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java Fri Jul 
17 06:49:52 2015
@@ -33,7 +33,7 @@ import java.lang.instrument.ClassFileTra
  * {@code WebappClassLoaderBase} are protected by the default security
  * manager if one is in use.
  *
- * @since 8.0, 7.0.44
+ * @since 8.0, 7.0.64
  */
 public interface InstrumentableClassLoader {
 
@@ -53,7 +53,7 @@ public interface InstrumentableClassLoad
      * It will no longer be able to instrument the byte code of any classes
      * loaded by the class loader after the invocation of this method.
      * However, any classes already instrumented by this transformer before
-     * this method call will remain in their instramented state.
+     * this method call will remain in their instrumented state.
      *
      * @param transformer The transformer to remove
      */



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

Reply via email to