[java-opensaml COMMIT] in /trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context: ProfileRequestConte...

noreply at shibboleth.net noreply at shibboleth.net
Mon Jan 6 10:46:00 EST 2014


Author: scantor
Date: Mon Jan  6 10:46:00 2014
New Revision: 3546

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3546&view=rev
Log:
Lookup functions for inbound/outbound message contexts.

Added:
    trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/navigate/
    trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/navigate/InboundMessageContextLookup.java   (with props)
    trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/navigate/OutboundMessageContextLookup.java   (with props)
    trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/navigate/package-info.java   (with props)
Modified:
    trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java

Modified: trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java?rev=3546&r1=3545&r2=3546&view=diff
==============================================================================
--- trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java (original)
+++ trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/context/ProfileRequestContext.java Mon Jan  6 10:46:00 2014
@@ -53,7 +53,6 @@
 
     /** Constructor. */
     public ProfileRequestContext() {
-        super();
         profileId = ANONYMOUS_PROFILE_ID;
     }
 



More information about the commits mailing list