[java-opensaml COMMIT] /trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageCha...

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 14 11:18:28 EST 2014


Author: putmanb
Date: Fri Feb 14 11:18:28 2014
New Revision: 3621

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3621&view=rev
Log:
Add missing 'abstract' modifier.

Modified:
    trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java

Modified: trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java?rev=3621&r1=3620&r2=3621&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java (original)
+++ trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java Fri Feb 14 11:18:28 2014
@@ -35,7 +35,7 @@
  * Abstract base class for profile actions which populate a {@link MessageChannelSecurityContext} on a {@link BaseContext},
  * where the latter is located using a lookup strategy.
  */
-public class AbstractMessageChannelSecurity extends AbstractProfileAction {
+public abstract class AbstractMessageChannelSecurity extends AbstractProfileAction {
     
     /**
      * Strategy used to look up the parent {@link BaseContext} on which the {@link MessageChannelSecurityContext} 



More information about the commits mailing list