Skip to content

Commit 5c2622f

Browse files
committed
Fully qualify doc link and remove import
1 parent 5668546 commit 5c2622f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appcheck/firebase-appcheck-interop/src/main/java/com/google/firebase/appcheck/AppCheckTokenResult.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import androidx.annotation.NonNull;
1818
import androidx.annotation.Nullable;
19-
import com.google.firebase.appcheck.interop.InteropAppCheckTokenProvider;
2019

2120
/**
2221
* Class to hold the result emitted by a Firebase App Check service application verification
@@ -34,8 +33,8 @@ public abstract class AppCheckTokenResult {
3433
public abstract String getToken();
3534

3635
/**
37-
* Returns the {@link Exception} if the {@link InteropAppCheckTokenProvider} failed to obtain a
38-
* token.
36+
* Returns the {@link Exception} if the {@link
37+
* com.google.firebase.appcheck.interop.InteropAppCheckTokenProvider} failed to obtain a token.
3938
*/
4039
@Nullable
4140
public abstract Exception getError();

0 commit comments

Comments
 (0)