mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
commit
d6668b5a93
@ -313,6 +313,11 @@ public class OsInfo implements Serializable{
|
|||||||
*
|
*
|
||||||
* @return 如果当前OS类型为Windows 8,则返回<code>true</code>
|
* @return 如果当前OS类型为Windows 8,则返回<code>true</code>
|
||||||
*/
|
*/
|
||||||
|
public final boolean isWindows8() {
|
||||||
|
return IS_OS_WINDOWS_8;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public final boolean isWindoows8() {
|
public final boolean isWindoows8() {
|
||||||
return IS_OS_WINDOWS_8;
|
return IS_OS_WINDOWS_8;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user