Преглед на файлове

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 години
родител
ревизия
cff8894b99
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/src/main/java/org/acegisecurity/context/SecureContext.java

+ 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);