[java-identity-provider COMMIT] /trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/RequestContextBuilder...

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 7 22:15:50 EST 2013


Author: tzeller
Date: Thu Mar  7 22:15:50 2013
New Revision: 4313

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4313&view=rev
Log:
Made buildServletExternalContext public rather than protected as required by InitializeProfileRequestContextTest.

Modified:
    trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/RequestContextBuilder.java

Modified: trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/RequestContextBuilder.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/RequestContextBuilder.java?rev=4313&r1=4312&r2=4313&view=diff
==============================================================================
--- trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/RequestContextBuilder.java (original)
+++ trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/RequestContextBuilder.java Thu Mar  7 22:15:50 2013
@@ -304,7 +304,7 @@
      * 
      * @return the constructed {@link ServletContext}
      */
-    protected ServletExternalContext buildServletExternalContext() {
+    @Nonnull public ServletExternalContext buildServletExternalContext() {
         if (servletContext == null) {
             servletContext = new MockServletContext();
         }



More information about the commits mailing list