Skip to content

Commit 2a8bd8c

Browse files
authored
Update MultimapSerializer.java (#115)
1 parent 66ee959 commit 2a8bd8c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

guava/src/main/java/com/fasterxml/jackson/datatype/guava/ser/MultimapSerializer.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
* complexity (and inaccuracy) of trying to handle cases where values themselves
3131
* would be serialized as arrays (in which cases determining whether given array
3232
* is a wrapper or value gets complicated and unreliable).
33-
*<p>
34-
* Missing features, compared to standard Java Maps:
35-
*<ul>
36-
* <li>Inclusion checks for content entries (non-null, non-empty)
37-
* </li>
38-
* <li>Sorting of entries
39-
* </li>
40-
* </ul>
4133
*/
4234
public class MultimapSerializer
4335
extends ContainerSerializer<Multimap<?, ?>>
@@ -76,10 +68,8 @@ public class MultimapSerializer
7668
/**
7769
* Flag set if output is forced to be sorted by keys (usually due
7870
* to annotation).
79-
*<p>
80-
* NOTE: not yet used.
81-
*
82-
* @since 2.5
71+
*
72+
* @since 2.15
8373
*/
8474
protected final boolean _sortKeys;
8575

0 commit comments

Comments
 (0)