[java-identity-provider] branch master updated: Fix javadoc nit.

Scott Cantor cantor.2 at osu.edu
Thu Jun 11 01:30:51 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7f70c4958bb4d338566cae190c5c5e4dba46b077

The following commit(s) were added to refs/heads/master by this push:
       new  7f70c4958 Fix javadoc nit.
7f70c4958 is described below

commit 7f70c4958bb4d338566cae190c5c5e4dba46b077
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 10 21:30:49 2020 -0400

    Fix javadoc nit.
---
 .../main/java/net/shibboleth/idp/installer/plugin/PluginVersion.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginVersion.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginVersion.java
index c59dac25b..152ba986c 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginVersion.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/PluginVersion.java
@@ -118,7 +118,7 @@ public final class PluginVersion implements Comparable<PluginVersion>{
      * @param valueAsString what to parse
      * @return the value as an int
      * @throws NumberFormatException if {@link Integer#parseInt(String, int)} does
-     * or if the value is less than 0 or > {@link #MAX_VNO}.
+     * or if the value is less than 0 or > {@link #MAX_VNO}.
      */
     private int parseValue(final String valueAsString) throws NumberFormatException{
         final int value = Integer.parseInt(valueAsString);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list