[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/PopulateUserAge...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Mar 25 15:55:40 EDT 2016
Author: scantor
Date: Fri Mar 25 15:55:40 2016
New Revision: 8182
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8182&view=rev
Log:
Checkstyle nit
Modified:
trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/PopulateUserAgentContext.java
Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/PopulateUserAgentContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/PopulateUserAgentContext.java?rev=8182&r1=8181&r2=8182&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/PopulateUserAgentContext.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/PopulateUserAgentContext.java Fri Mar 25 15:55:40 2016
@@ -21,7 +21,6 @@
import net.shibboleth.idp.authn.context.UserAgentContext;
import net.shibboleth.idp.profile.AbstractProfileAction;
-import org.opensaml.profile.action.EventIds;
import org.opensaml.profile.context.ProfileRequestContext;
import org.opensaml.profile.logic.BrowserProfilePredicate;
@@ -30,7 +29,7 @@
* By default, the action is activated by a {@link BrowserProfilePredicate} condition such that only browser profiles
* result in the creation of a {@link UserAgentContext}.
*
- * @event {@link EventIds#PROCEED_EVENT_ID}
+ * @event {@link org.opensaml.profile.action.EventIds#PROCEED_EVENT_ID}
*/
public class PopulateUserAgentContext extends AbstractProfileAction {
More information about the commits
mailing list