[java-opensaml] branch main updated: Fix javadoc.

Scott Cantor cantor.2 at osu.edu
Wed Mar 15 01:24:22 UTC 2023


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

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

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

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

commit e8a2a2122e239d271fe2d18b7f9dc7c69b815214
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 14 21:24:19 2023 -0400

    Fix javadoc.
---
 .../src/main/java/org/opensaml/core/xml/io/MarshallerFactory.java     | 4 ++--
 .../src/main/java/org/opensaml/core/xml/io/UnmarshallerFactory.java   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opensaml-core-api/src/main/java/org/opensaml/core/xml/io/MarshallerFactory.java b/opensaml-core-api/src/main/java/org/opensaml/core/xml/io/MarshallerFactory.java
index fdcbcdb5e..999ba96dd 100644
--- a/opensaml-core-api/src/main/java/org/opensaml/core/xml/io/MarshallerFactory.java
+++ b/opensaml-core-api/src/main/java/org/opensaml/core/xml/io/MarshallerFactory.java
@@ -94,7 +94,7 @@ public class MarshallerFactory {
      * 
      * @return the registered marshaller
      * 
-     * @throw XMLRuntimeException if no marshaller is registered
+     * @throws XMLRuntimeException if no marshaller is registered
      * 
      * @since 5.0.0
      */
@@ -113,7 +113,7 @@ public class MarshallerFactory {
      * 
      * @return the registered marshaller
      * 
-     * @throw XMLRuntimeException if no marshaller is registered
+     * @throws XMLRuntimeException if no marshaller is registered
      * 
      * @since 5.0.0
      */
diff --git a/opensaml-core-api/src/main/java/org/opensaml/core/xml/io/UnmarshallerFactory.java b/opensaml-core-api/src/main/java/org/opensaml/core/xml/io/UnmarshallerFactory.java
index 8bbcbd275..ababb8012 100644
--- a/opensaml-core-api/src/main/java/org/opensaml/core/xml/io/UnmarshallerFactory.java
+++ b/opensaml-core-api/src/main/java/org/opensaml/core/xml/io/UnmarshallerFactory.java
@@ -96,7 +96,7 @@ public class UnmarshallerFactory {
      * 
      * @return the registered unmarshaller
      * 
-     * @throw XMLRuntimeException if no unmarshaller is registered
+     * @throws XMLRuntimeException if no unmarshaller is registered
      * 
      * @since 5.0.0
      */
@@ -115,7 +115,7 @@ public class UnmarshallerFactory {
      * 
      * @return the registered unmarshaller
      * 
-     * @throw XMLRuntimeException if no unmarshaller is registered
+     * @throws XMLRuntimeException if no unmarshaller is registered
      * 
      * @since 5.0.0
      */

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


More information about the commits mailing list