Browse Source

Merge pull request #2078 from alibaba/developing

修改javadoc
developing v3.0.0-beta1
Jiaju Zhuang 3 years ago committed by GitHub
parent
commit
9c84aad419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/main/java/com/alibaba/excel/util/MapUtils.java

2
src/main/java/com/alibaba/excel/util/MapUtils.java

@ -65,7 +65,7 @@ public class MapUtils {
/**
* Creates a <i>mutable</i>, empty, insertion-ordered {@code LinkedHashMap} instance.
*
* <p><b>Note:</b> if mutability is not required, use {@link ImmutableMap#of()} instead.
* <p><b>Note:</b> if mutability is not required, use ImmutableMap.of() instead.
*
* <p><b>Note for Java 7 and later:</b> this method is now unnecessary and should be treated as
* deprecated. Instead, use the {@code LinkedHashMap} constructor directly, taking advantage of

Loading…
Cancel
Save