mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-03 04:13:49 +08:00
fix comment
This commit is contained in:
parent
9f40666c95
commit
bd4bd2d4c9
@ -34,6 +34,7 @@ public class MapValueProvider implements ValueProvider<String> {
|
||||
*
|
||||
* @param map Map
|
||||
* @param ignoreCase 是否忽略key的大小写
|
||||
* @param ignoreError 是否忽略错误
|
||||
* @since 5.3.2
|
||||
*/
|
||||
public MapValueProvider(Map<?, ?> map, boolean ignoreCase, boolean ignoreError) {
|
||||
|
Loading…
Reference in New Issue
Block a user