mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复StampedCache类get方法并发问题(issue#IBCIQG@Gitee)
This commit is contained in:
@@ -59,7 +59,7 @@ public class UserAgentParser {
|
||||
|
||||
// issue#IA74K2 MACOS下的微信不属于移动平台
|
||||
if(platform.isMobile() || browser.isMobile()){
|
||||
if(false == os.isMacOS()){
|
||||
if(!os.isMacOS()){
|
||||
userAgent.setMobile(true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user