mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复UUID
equals的问题,改为final类
This commit is contained in:
@@ -40,7 +40,7 @@ import java.util.Random;
|
||||
*
|
||||
* @since 4.1.11
|
||||
*/
|
||||
public class UUID implements java.io.Serializable, Comparable<UUID> {
|
||||
public final class UUID implements java.io.Serializable, Comparable<UUID> {
|
||||
private static final long serialVersionUID = -1185015143654744140L;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user