mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 20:17:51 +02:00
Add @Deprecated to remove a warning
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147478560
This commit is contained in:
parent
e0cb4e465c
commit
a8cf81bca2
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ public class FakeUserService implements UserService {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
@Override
|
@Override
|
||||||
public String createLoginURL(String destinationURL, String authDomain, String federatedIdentity,
|
public String createLoginURL(String destinationURL, String authDomain, String federatedIdentity,
|
||||||
Set<String> attributesRequest) {
|
Set<String> attributesRequest) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue