mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07: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();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
@Override
|
||||
public String createLoginURL(String destinationURL, String authDomain, String federatedIdentity,
|
||||
Set<String> attributesRequest) {
|
||||
|
|
Loading…
Add table
Reference in a new issue