mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
remove deprecated methods
This commit is contained in:
@@ -317,11 +317,6 @@ public class OsInfo implements Serializable{
|
||||
return IS_OS_WINDOWS_8;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public final boolean isWindoows8() {
|
||||
return IS_OS_WINDOWS_8;
|
||||
}
|
||||
|
||||
/**
|
||||
* 判断当前OS的类型。
|
||||
*
|
||||
|
Reference in New Issue
Block a user