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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 6383b7e Javadoc
6383b7e is described below
commit 6383b7e9875b8ecaf9589838624ac2f45d8a7b1b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 14:04:59 2026 +0000
Javadoc
---
.../java/org/apache/commons/release/plugin/SharedFunctions.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
index c6856aa..ffe3ab8 100644
--- a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
+++ b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
@@ -105,7 +105,7 @@ public final class SharedFunctions {
* </blockquote>
*
* @param obj the object reference to check for nullity
- * @param <T> the type of the reference
+ * @param <T> The type of the reference
* @return {@code obj} if not {@code null}
* @throws MojoExecutionException if {@code obj} is {@code null}
*/
@@ -132,7 +132,7 @@ public final class SharedFunctions {
* @param obj the object reference to check for nullity
* @param message detail message to be used in the event that a {@code
* NullPointerException} is thrown
- * @param <T> the type of the reference
+ * @param <T> The type of the reference
* @return {@code obj} if not {@code null}
* @throws MojoExecutionException if {@code obj} is {@code null}
*/
@@ -153,7 +153,7 @@ public final class SharedFunctions {
*
* @param obj the object reference to check for nullity
* @param messageSupplier supplier of the detail message to be used in the
event that a {@code NullPointerException} is thrown
- * @param <T> the type of the reference
+ * @param <T> The type of the reference
* @return {@code obj} if not {@code null}
* @throws MojoExecutionException if {@code obj} is {@code null}
*/