[java-identity-provider COMMIT] /trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/context/navigate/Scri...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Mar 25 13:51:00 EDT 2016
Author: scantor
Date: Fri Mar 25 13:50:59 2016
New Revision: 8180
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8180&view=rev
Log:
Fix javadoc.
Modified:
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/context/navigate/ScriptedContextLookupFunction.java
Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/context/navigate/ScriptedContextLookupFunction.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/context/navigate/ScriptedContextLookupFunction.java?rev=8180&r1=8179&r2=8180&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/context/navigate/ScriptedContextLookupFunction.java (original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/context/navigate/ScriptedContextLookupFunction.java Fri Mar 25 13:50:59 2016
@@ -61,7 +61,7 @@
/** What class we want the output to test against. */
@Nullable private Class outputClass;
- /** What class we want the output to test against. */
+ /** What class we want the input to test against. */
@Nonnull private final Class<T> inputClass;
/** The custom object we can be injected into the script. */
More information about the commits
mailing list