提交 164d94ac 编写于 作者: 庄家钜's avatar 庄家钜

修改javadoc

上级 b9844658
...@@ -65,7 +65,7 @@ public class MapUtils { ...@@ -65,7 +65,7 @@ public class MapUtils {
/** /**
* Creates a <i>mutable</i>, empty, insertion-ordered {@code LinkedHashMap} instance. * 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 * <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 * deprecated. Instead, use the {@code LinkedHashMap} constructor directly, taking advantage of
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册