2
0
Эх сурвалжийг харах

Changed interface to extend Context. This provides interface-level compatibility with objects requiring a Context, rather than requiring implementations to also implement Context.

Ben Alex 21 жил өмнө
parent
commit
cff8894b99

+ 1 - 1
core/src/main/java/org/acegisecurity/context/SecureContext.java

@@ -30,7 +30,7 @@ import net.sf.acegisecurity.Authentication;
  * @author Ben Alex
  * @version $Id$
  */
-public interface SecureContext {
+public interface SecureContext extends Context {
     //~ Methods ================================================================
 
     public void setAuthentication(Authentication newAuthentication);