[java-opensaml COMMIT] in /trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl: SchemaValidate...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Apr 23 21:54:23 EDT 2013
Author: scantor
Date: Tue Apr 23 21:54:22 2013
New Revision: 3313
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3313&view=rev
Log:
Adjust use of custom doc tags.
Modified:
trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java
trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SetProfileId.java
Modified: trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java?rev=3313&r1=3312&r2=3313&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java (original)
+++ trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SchemaValidateXmlMessage.java Tue Apr 23 21:54:22 2013
@@ -40,11 +40,11 @@
/**
* An action that schema validates inbound XML messages.
*
- * @event {@link org.opensaml.profile.action.EventIds#PROCEED_EVENT_ID}
- * @event {@link org.opensaml.profile.action.EventIds#INVALID_MSG_CTX} "No inbound message context or message"
- * @event {@link #SCHEMA_INVALID} "Inbound message was schema invalid"
- * @pre ProfileRequestContext.getInboundMessageContext().getMessage().getDOM() != null
- * @post None.
+ * @event
+ * {@link org.opensaml.profile.action.EventIds#PROCEED_EVENT_ID} <br/>
+ * {@link org.opensaml.profile.action.EventIds#INVALID_MSG_CTX} <br/>
+ * {@link #SCHEMA_INVALID}
+ * @pre <pre>ProfileRequestContext.getInboundMessageContext().getMessage().getDOM() != null</pre>
*/
public class SchemaValidateXmlMessage extends AbstractProfileAction<XMLObject, Object> {
Modified: trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SetProfileId.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SetProfileId.java?rev=3313&r1=3312&r2=3313&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SetProfileId.java (original)
+++ trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/SetProfileId.java Tue Apr 23 21:54:22 2013
@@ -30,10 +30,8 @@
/**
* A profile action that sets the ID of the profile in use.
*
- *
* @event {@link org.opensaml.profile.action.EventIds#PROCEED_EVENT_ID}
- * @pre None
- * @post ProfileRequestContext.profileId != null
+ * @post <pre>ProfileRequestContext.profileId != null</pre>
*/
public class SetProfileId extends AbstractProfileAction {
More information about the commits
mailing list