[java-opensaml] 02/02: Update since annotation.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 17 14:55:23 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=57b564d2544cea76fd6327d4a4504d68e0f9a4d1
commit 57b564d2544cea76fd6327d4a4504d68e0f9a4d1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 17 10:55:04 2025 -0400
Update since annotation.
---
.../messaging/context/navigate/RecursiveTypedChildContextLookup.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveTypedChildContextLookup.java b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveTypedChildContextLookup.java
index 893130bb9..f0bbc1007 100644
--- a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveTypedChildContextLookup.java
+++ b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveTypedChildContextLookup.java
@@ -28,7 +28,7 @@ import net.shibboleth.shared.logic.Constraint;
*
* @param <ChildContext> type of the child context
*
- * @since 5.2.0
+ * @since 5.1.4
*/
public class RecursiveTypedChildContextLookup<ChildContext extends BaseContext>
implements ContextDataLookupFunction<BaseContext, ChildContext> {
@@ -66,4 +66,4 @@ public class RecursiveTypedChildContextLookup<ChildContext extends BaseContext>
return null;
}
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list