Improve tokens management
[lgpl/argeo-commons.git] / org.argeo.enterprise / src / org / argeo / osgi / useradmin / AuthenticatingUser.java
index 6bf1441b504fa5c9671d84818beeb42379601783..939b03852247cfd0973900b9745c7f93bdc3aeb9 100644 (file)
@@ -48,13 +48,13 @@ public class AuthenticatingUser implements User {
                return User.USER;
        }
 
-       @SuppressWarnings("rawtypes")
+       @SuppressWarnings({ "rawtypes", "unchecked" })
        @Override
        public Dictionary getProperties() {
                throw new UnsupportedOperationException();
        }
 
-       @SuppressWarnings("rawtypes")
+       @SuppressWarnings({ "rawtypes", "unchecked" })
        @Override
        public Dictionary getCredentials() {
                return credentials;