mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:08:32 +08:00
Fix the uniqueId toString format. (#3035)
This commit is contained in:
committed by
Robert Nishihara
parent
84bf5fc8f3
commit
ef1f2fde95
@@ -112,6 +112,6 @@ public class UniqueId implements Serializable {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return DatatypeConverter.printHexBinary(id);
|
||||
return DatatypeConverter.printHexBinary(id).toLowerCase();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user