[java-opensaml COMMIT] /trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/AbstractProfileAction.java
noreply at shibboleth.net
noreply at shibboleth.net
Thu Apr 11 23:36:50 EDT 2013
Author: scantor
Date: Thu Apr 11 23:36:50 2013
New Revision: 3295
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3295&view=rev
Log:
Change visibility of override method.
Modified:
trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/AbstractProfileAction.java
Modified: trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/AbstractProfileAction.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/AbstractProfileAction.java?rev=3295&r1=3294&r2=3295&view=diff
==============================================================================
--- trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/AbstractProfileAction.java (original)
+++ trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/AbstractProfileAction.java Thu Apr 11 23:36:50 2013
@@ -76,7 +76,7 @@
*
* @throws ProfileException thrown if there is a problem executing the profile action
*/
- public void doExecute(
+ protected void doExecute(
@Nonnull final ProfileRequestContext<InboundMessageType, OutboundMessageType> profileRequestContext)
throws ProfileException {
throw new ProfileException("This operation is not implemented.");
More information about the commits
mailing list