This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
The following commit(s) were added to refs/heads/master by this push:
new 1ce6798 Javadoc
1ce6798 is described below
commit 1ce67988384128db25359bffc240ebb8f6d42aff
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 14:06:15 2026 +0000
Javadoc
---
processor/src/main/java/org/apache/commons/weaver/utils/Providers.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/processor/src/main/java/org/apache/commons/weaver/utils/Providers.java
b/processor/src/main/java/org/apache/commons/weaver/utils/Providers.java
index 3d8d4bd..7b092f2 100644
--- a/processor/src/main/java/org/apache/commons/weaver/utils/Providers.java
+++ b/processor/src/main/java/org/apache/commons/weaver/utils/Providers.java
@@ -192,7 +192,7 @@ public final class Providers {
/**
* Sort the specified providers with respect to declared {@link Consumes}
and {@link Produces} annotations.
*
- * @param <P> the {@link WeaveLifecycleProvider} type
+ * @param <P> The {@link WeaveLifecycleProvider} type
* @param providers to sort
* @return {@link Iterable} of {@code P}
*/