Skip to content

Commit 6af5c9b

Browse files
committed
Add @deprecated tag in the Javadoc as well.
1 parent 8f1d484 commit 6af5c9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appcheck/firebase-appcheck-safetynet/src/main/java/com/google/firebase/appcheck/safetynet/SafetyNetAppCheckProviderFactory.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
/**
2424
* Implementation of an {@link AppCheckProviderFactory} that builds {@link
2525
* SafetyNetAppCheckProvider}s. This is the default implementation.
26+
*
27+
* @deprecated Use {@code PlayIntegrityAppCheckProviderFactory} instead.
2628
*/
2729
@Deprecated
2830
public class SafetyNetAppCheckProviderFactory implements AppCheckProviderFactory {
@@ -35,6 +37,8 @@ private SafetyNetAppCheckProviderFactory() {}
3537
/**
3638
* Gets an instance of this class for installation into a {@link
3739
* com.google.firebase.appcheck.FirebaseAppCheck} instance.
40+
*
41+
* @deprecated Use {@code PlayIntegrityAppCheckProviderFactory#getInstance} instead.
3842
*/
3943
@Deprecated
4044
@NonNull

0 commit comments

Comments
 (0)