[java-opensaml COMMIT] /trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSuppo...
noreply at shibboleth.net
noreply at shibboleth.net
Sun Dec 22 23:44:17 EST 2013
Author: scantor
Date: Sun Dec 22 23:44:16 2013
New Revision: 3526
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3526&view=rev
Log:
Remove final keyword.
Modified:
trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java
Modified: trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java?rev=3526&r1=3525&r2=3526&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java (original)
+++ trunk/opensaml-saml-api/src/test/java/org/opensaml/saml/saml2/profile/SAML2ActionTestingSupport.java Sun Dec 22 23:44:16 2013
@@ -36,7 +36,7 @@
* Helper methods for creating/testing SAML 2 objects within profile action tests. When methods herein refer to mock
* objects they are always objects that have been created via Mockito unless otherwise noted.
*/
-public final class SAML2ActionTestingSupport {
+public class SAML2ActionTestingSupport {
/** ID used for all generated {@link Response} objects. */
public final static String REQUEST_ID = "request";
More information about the commits
mailing list