cleanup StringUtils.cache
1. No need to call `hashCode` if `cache=null` 2. Remove redundant `null` comparison. `String.equals` will anyway return `false`
正在显示
请
注册
或者
登录
后发表评论
1. No need to call `hashCode` if `cache=null` 2. Remove redundant `null` comparison. `String.equals` will anyway return `false`