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