Remove deprecated warnings
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / auth / RemoteAuthRequest.java
index 9720812e0f2e7ad5e8b3987fff689216bbce0f06..be5d0e15e966355c55cb6e8ee70a4d980d729ae8 100644 (file)
@@ -9,7 +9,6 @@ public interface RemoteAuthRequest {
 
        RemoteAuthSession getSession();
 
-       @Deprecated
        RemoteAuthSession createSession();
 
        Locale getLocale();