1
0
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:
cgoldfeder
2017-02-14 09:02:19 -08:00
committed by Ben McIlwain
parent e0cb4e465c
commit a8cf81bca2

View File

@@ -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) {