[java-identity-provider] branch main updated: Javadoc typo

Tom Zeller tzeller at dragonacea.biz
Wed Feb 23 21:36:34 UTC 2022


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

tzeller 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=acbdba604df3da9db19ae436d0bfd23bc55936b1

The following commit(s) were added to refs/heads/main by this push:
     new acbdba604 Javadoc typo
acbdba604 is described below

commit acbdba604df3da9db19ae436d0bfd23bc55936b1
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Feb 23 15:36:17 2022 -0600

    Javadoc typo
---
 .../src/main/java/net/shibboleth/idp/module/ModuleContext.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-admin-api/src/main/java/net/shibboleth/idp/module/ModuleContext.java b/idp-admin-api/src/main/java/net/shibboleth/idp/module/ModuleContext.java
index 3803beb04..cf7f118b8 100644
--- a/idp-admin-api/src/main/java/net/shibboleth/idp/module/ModuleContext.java
+++ b/idp-admin-api/src/main/java/net/shibboleth/idp/module/ModuleContext.java
@@ -160,7 +160,7 @@ public final class ModuleContext {
     }
 
     /**
-     * Gets the output stream to receive any instructioons or additional information after
+     * Gets the output stream to receive any instructions or additional information after
      * performing operations.
      * 
      * @return output stream, or null
@@ -170,7 +170,7 @@ public final class ModuleContext {
     }
     
     /**
-     * Sets the output stream to receive any instructioons or additional information after
+     * Sets the output stream to receive any instructions or additional information after
      * performing operations.
      * 
      * @param stream output stream

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


More information about the commits mailing list