This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 264e640 cosmetics
264e640 is described below
commit 264e640477594899a813a4f79d210516a1e0bd5b
Author: Thomas Andraschko <[email protected]>
AuthorDate: Mon Oct 7 10:36:12 2019 +0200
cosmetics
---
.../java/org/apache/webbeans/config/OpenWebBeansConfiguration.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/webbeans-impl/src/main/java/org/apache/webbeans/config/OpenWebBeansConfiguration.java
b/webbeans-impl/src/main/java/org/apache/webbeans/config/OpenWebBeansConfiguration.java
index 187f665..b2b75b9 100644
---
a/webbeans-impl/src/main/java/org/apache/webbeans/config/OpenWebBeansConfiguration.java
+++
b/webbeans-impl/src/main/java/org/apache/webbeans/config/OpenWebBeansConfiguration.java
@@ -181,7 +181,8 @@ public class OpenWebBeansConfiguration
public static final String IGNORED_EXTENSIONS =
"org.apache.webbeans.ignoredExtensions";
/**
- * A boolean to enable CDI 1.1 behavior to not scan extension jar.
+ * A boolean to enable CDI 1.1 behavior to not scan "extension JARs".
+ * "extensions JARs" are JARs, without a beans.xml but with CDI extensions.
*
* IMPORTANT: this can break CDI 1.0 extensions.
*/