[java-identity-provider] branch main updated: Fix javadoc errors.

Scott Cantor cantor.2 at osu.edu
Wed Sep 2 01:23:06 UTC 2020


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

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

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

The following commit(s) were added to refs/heads/main by this push:
       new  b84625db4 Fix javadoc errors.
b84625db4 is described below

commit b84625db4c46403dfdeb7f50efbb449590f272dc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 1 21:22:50 2020 -0400

    Fix javadoc errors.
---
 .../src/test/java/net/shibboleth/idp/module/BadModule.java          | 6 +++---
 .../src/test/java/net/shibboleth/idp/module/BadModule2.java         | 6 +++---
 .../src/test/java/net/shibboleth/idp/module/TestModule.java         | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/idp-admin-api/src/test/java/net/shibboleth/idp/module/BadModule.java b/idp-admin-api/src/test/java/net/shibboleth/idp/module/BadModule.java
index 86fbaed5e..153ebec94 100644
--- a/idp-admin-api/src/test/java/net/shibboleth/idp/module/BadModule.java
+++ b/idp-admin-api/src/test/java/net/shibboleth/idp/module/BadModule.java
@@ -20,15 +20,15 @@ package net.shibboleth.idp.module;
 import java.io.IOException;
 
 /**
- * Test {@IdPModule} implementation.
+ * Test {@link IdPModule} implementation.
  */
 public final class BadModule extends PropertyDrivenIdPModule {
 
     /**
      * Constructor.
      *  
-     * @throws ModuleException 
-     * @throws IOException
+     * @throws ModuleException on error
+     * @throws IOException on error
      */
     public BadModule() throws IOException, ModuleException {
         super(BadModule.class);
diff --git a/idp-admin-api/src/test/java/net/shibboleth/idp/module/BadModule2.java b/idp-admin-api/src/test/java/net/shibboleth/idp/module/BadModule2.java
index be43f8648..d5ef778f8 100644
--- a/idp-admin-api/src/test/java/net/shibboleth/idp/module/BadModule2.java
+++ b/idp-admin-api/src/test/java/net/shibboleth/idp/module/BadModule2.java
@@ -20,15 +20,15 @@ package net.shibboleth.idp.module;
 import java.io.IOException;
 
 /**
- * Test {@IdPModule} implementation.
+ * Test {@link IdPModule} implementation.
  */
 public final class BadModule2 extends PropertyDrivenIdPModule {
 
     /**
      * Constructor.
      *  
-     * @throws ModuleException 
-     * @throws IOException
+     * @throws ModuleException on error
+     * @throws IOException on error
      */
     public BadModule2() throws IOException, ModuleException {
         super(BadModule2.class);
diff --git a/idp-admin-api/src/test/java/net/shibboleth/idp/module/TestModule.java b/idp-admin-api/src/test/java/net/shibboleth/idp/module/TestModule.java
index 5429d798c..9df5cf0e0 100644
--- a/idp-admin-api/src/test/java/net/shibboleth/idp/module/TestModule.java
+++ b/idp-admin-api/src/test/java/net/shibboleth/idp/module/TestModule.java
@@ -20,15 +20,15 @@ package net.shibboleth.idp.module;
 import java.io.IOException;
 
 /**
- * Test {@IdPModule} implementation.
+ * Test {@link IdPModule} implementation.
  */
 public final class TestModule extends PropertyDrivenIdPModule {
 
     /**
      * Constructor.
      *  
-     * @throws ModuleException 
-     * @throws IOException
+     * @throws ModuleException on error
+     * @throws IOException on error
      */
     public TestModule() throws IOException, ModuleException {
         super(TestModule.class);

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


More information about the commits mailing list