You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2019/04/28 19:33:04 UTC

[tomcat] branch 7.0.x updated: Corrected JavaDoc typo

This is an automated email from the ASF dual-hosted git repository.

isapir pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new ffbf840  Corrected JavaDoc typo
ffbf840 is described below

commit ffbf840a96483bf2825e61b30b6b2784f124dd73
Author: Igal Sapir <is...@apache.org>
AuthorDate: Sun Apr 28 12:27:57 2019 -0700

    Corrected JavaDoc typo
---
 java/javax/servlet/ServletContainerInitializer.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/javax/servlet/ServletContainerInitializer.java b/java/javax/servlet/ServletContainerInitializer.java
index 9844489..10ead44 100644
--- a/java/javax/servlet/ServletContainerInitializer.java
+++ b/java/javax/servlet/ServletContainerInitializer.java
@@ -24,8 +24,8 @@ import java.util.Set;
  * included in the JAR file that contains the SCI implementation.
  * <p>
  * 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
+ * SCI processing can be controlled per JAR file via fragment ordering. If
+ * absolute ordering is defined, then only the JARs included in the ordering
  * will be processed for SCIs. To disable SCI processing completely, an empty
  * absolute ordering may be defined.
  * <p>


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