Skip to content

Commit 9076809

Browse files
DeviceInfracopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 835206702
1 parent 69beef0 commit 9076809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/com/google/devtools/mobileharness/api/model/error/InfraErrorId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ public enum InfraErrorId implements ErrorId {
604604
// Nezha ERROR: 53_451 ~ 53_600
605605
NEZHA_LEGACY_ERROR(53_501, ErrorType.UNDETERMINED),
606606

607-
// ID space here: 53_701 ~ 60_000
607+
// ID space here: 54_001 ~ 60_000
608608
PLACE_HOLDER_TO_BE_RENAMED(60_000, ErrorType.UNDETERMINED);
609609

610610
public static final int MIN_CODE = BasicErrorId.MAX_CODE + 1;

0 commit comments

Comments
 (0)