mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Add @Deprecated to remove a warning
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147478560
This commit is contained in:
@@ -42,6 +42,7 @@ public class FakeUserService implements UserService {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
@Override
|
||||
public String createLoginURL(String destinationURL, String authDomain, String federatedIdentity,
|
||||
Set<String> attributesRequest) {
|
||||
|
||||
Reference in New Issue
Block a user