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 2012/11/27 11:38:09 UTC

svn commit: r1414118 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/ServletContainerInitializer.java

Author: markt
Date: Tue Nov 27 10:38:08 2012
New Revision: 1414118

URL: http://svn.apache.org/viewvc?rev=1414118&view=rev
Log:
Improve wording

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContainerInitializer.java

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1414053,1414113

Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContainerInitializer.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContainerInitializer.java?rev=1414118&r1=1414117&r2=1414118&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContainerInitializer.java (original)
+++ tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContainerInitializer.java Tue Nov 27 10:38:08 2012
@@ -23,15 +23,15 @@ import java.util.Set;
  * file META-INF/services/javax.servlet.ServletContainerInitializer that must be
  * included in the JAR file that contains the SCI implementation.
  * <p>
- * SCIs processing is performed regardless of the setting of metadata-complete.
- * SCI processing can be controlled be JAR file via fragment ordering. If an
- * absolute ordering is defined, the only those fragments included in the
- * ordering will be scanned. To disable SCI processing completely, an empty
+ * SCI processing is performed regardless of the setting of metadata-complete.
+ * SCI processing can be controlled per JAR file via fragment ordering. If an
+ * absolute ordering is defined, the only those JARs included in the ordering
+ * will be processed for SCIs. To disable SCI processing completely, an empty
  * absolute ordering may be defined.
  * <p>
- * SCIs register an interest in annotations (class, method or field) or types
- * via the {@link javax.servlet.annotation.HandlesTypes} annotation which is
- * added to the {@link #onStartup(Set, ServletContext)} method.
+ * SCIs register an interest in annotations (class, method or field) and/or
+ * types via the {@link javax.servlet.annotation.HandlesTypes} annotation which
+ * is added to the class.
  *
  * @since Servlet 3.0
  */



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