[java-opensaml COMMIT] /trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java

noreply at shibboleth.net noreply at shibboleth.net
Thu May 1 12:02:43 EDT 2014


Author: scantor
Date: Thu May  1 12:02:41 2014
New Revision: 3832

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3832&view=rev
Log:
Remove stale event.

Modified:
    trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java

Modified: trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java?rev=3832&r1=3831&r2=3832&view=diff
==============================================================================
--- trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java (original)
+++ trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java Thu May  1 12:02:41 2014
@@ -57,9 +57,6 @@
     /** ID of the event returned if a message is replayed. */
     @Nonnull @NotEmpty public static final String MESSAGE_REPLAY = "MessageReplay";
     
-    /** ID of the event returned if an error is to be handled locally and not signaled using a protocol. */
-    @Nonnull @NotEmpty public static final String TRAP_ERROR = "TrapError";
-    
     /**
      * ID of the event returned if a {@link org.opensaml.messaging.decoder.MessageDecoder} is unable to decode a
      * message.



More information about the commits mailing list