mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
!358 去除额外的parse
Merge pull request !358 from 申劭明/shenshaoming-v5-master-patch-25558
This commit is contained in:
commit
d9ad287478
@ -24,7 +24,7 @@ public class UserAgentParser {
|
||||
|
||||
// 浏览器
|
||||
final Browser browser = parseBrowser(userAgentString);
|
||||
userAgent.setBrowser(parseBrowser(userAgentString));
|
||||
userAgent.setBrowser(browser);
|
||||
userAgent.setVersion(browser.getVersion(userAgentString));
|
||||
|
||||
// 浏览器引擎
|
||||
|
Loading…
x
Reference in New Issue
Block a user