File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ public class FirebaseMlException extends FirebaseException {
33
33
public static final int UNKNOWN = 2 ;
34
34
35
35
/**
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).
39
39
*/
40
40
public static final int INVALID_ARGUMENT = 3 ;
41
41
You can’t perform that action at this time.
0 commit comments