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

ggregory 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 a127d49  Normalize setter Javadoc
a127d49 is described below

commit a127d49891692b03f88209fe1e53e474213a1d61
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 31 07:14:55 2023 -0400

    Normalize setter Javadoc
---
 src/main/java/org/apache/commons/release/plugin/SharedFunctions.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 97f020f..6b2f0b7 100755
--- a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
+++ b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
@@ -165,7 +165,8 @@ public final class SharedFunctions {
     }
 
     /**
-     * Set authentication information on the specified {@link 
ScmProviderRepository}.
+     * Sets authentication information on the specified {@link 
ScmProviderRepository}.
+     *
      * @param providerRepository target.
      * @param distServer temp.
      * @param settings temp.

Reply via email to