Skip to content

Commit 07a1c02

Browse files
committed
remove map(Match::toString) from javadoc
1 parent 01946ef commit 07a1c02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mug/src/main/java/com/google/mu/util/Substring.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ public final BiOptional<String, String> split(CharSequence string) {
720720
* String toSplit = " x -> y, z-> a, x -> t ";
721721
* ImmutableListMultimap<String, String> result = first(',')
722722
* .delimit(toSplit)
723-
* .map(Match::toString)
724723
* .map(first("->")::splitThenTrim)
725724
* .collect(concatenating(BiOptional::stream)) // Or use BiStream.concat()
726725
* .collect(ImmutableListMultimap::toImmutableListMultimap);

0 commit comments

Comments
 (0)