mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-04 04:37:59 +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 map Map
|
||||||
* @param ignoreCase 是否忽略key的大小写
|
* @param ignoreCase 是否忽略key的大小写
|
||||||
|
* @param ignoreError 是否忽略错误
|
||||||
* @since 5.3.2
|
* @since 5.3.2
|
||||||
*/
|
*/
|
||||||
public MapValueProvider(Map<?, ?> map, boolean ignoreCase, boolean ignoreError) {
|
public MapValueProvider(Map<?, ?> map, boolean ignoreCase, boolean ignoreError) {
|
||||||
|
Loading…
Reference in New Issue
Block a user