mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:22:39 +08:00
Fix java ci break (#10470)
This commit is contained in:
@@ -10,7 +10,7 @@ import java.util.Arrays;
|
||||
*/
|
||||
public class JobId extends BaseId implements Serializable {
|
||||
|
||||
public static final int LENGTH = 2;
|
||||
public static final int LENGTH = 4;
|
||||
|
||||
public static final JobId NIL = genNil();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user