Skip to content

Commit 84ed563

Browse files
committed
Fix FirebaseMLDownloader linting
1 parent 88505cd commit 84ed563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/FirebaseMlException.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public class FirebaseMlException extends FirebaseException {
3333
public static final int UNKNOWN = 2;
3434

3535
/**
36-
* Client specified an invalid argument. Note that this differs from <code>FAILED_PRECONDITION</code>.
37-
* <code>INVALID_ARGUMENT</code> indicates arguments that are problematic regardless of the state
38-
* of the system (for example, an invalid field name).
36+
* Client specified an invalid argument. Note that this differs from <code>FAILED_PRECONDITION
37+
* </code>. <code>INVALID_ARGUMENT</code> indicates arguments that are problematic regardless of
38+
* the state of the system (for example, an invalid field name).
3939
*/
4040
public static final int INVALID_ARGUMENT = 3;
4141

0 commit comments

Comments
 (0)