[java-opensaml COMMIT] /trunk/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveT...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 30 16:35:14 EDT 2015
Author: putmanb
Date: Fri Oct 30 16:35:14 2015
New Revision: 4369
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4369&view=rev
Log:
Update Javadocs.
Modified:
trunk/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveTypedParentContextLookup.java
Modified: trunk/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveTypedParentContextLookup.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveTypedParentContextLookup.java?rev=4369&r1=4368&r2=4369&view=diff
==============================================================================
--- trunk/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveTypedParentContextLookup.java (original)
+++ trunk/opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/RecursiveTypedParentContextLookup.java Fri Oct 30 16:35:14 2015
@@ -25,7 +25,9 @@
import org.opensaml.messaging.context.BaseContext;
/**
- * A {@link ContextDataLookupFunction} that gets the parent of a given context.
+ * A {@link ContextDataLookupFunction} that recurses up the parent chain of the input via
+ * {@link BaseContext#getParent()}, and returns the first parent context that is an instance
+ * of the specified type.
*
* @param <StartContext> type of starting context
* @param <ParentContext> type of the parent context
More information about the commits
mailing list