Skip to content

Commit 68431f2

Browse files
Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT
1 parent 165e642 commit 68431f2

File tree

618 files changed

+78373
-76803
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

618 files changed

+78373
-76803
lines changed

releases/snapshot-android/api/diffs/changes/pkg_com.google.common.base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ <H2>
8585
<A HREF="../../docs/com/google/common/base/Joiner/Map.html"><TT>Map</TT></A>) with a separator. It either appends the results to an <A HREF="../../docs/com/google/common/base/Joiner/Appendable.html"><TT>Appendable</TT></A> or returns
8686
them as a <A HREF="../../docs/com/google/common/base/Joiner/String.html"><TT>String</TT></A>. Example:
8787

88-
<pre>{@code
88+
{@snippet :
8989
Joiner joiner = Joiner.on("; ").skipNulls();
9090
. . .
9191
return joiner.join("Harry", null, "Ron", "Hermione");
92-
}</pre>
92+
}
9393

9494
</TD>
9595
</TR>

0 commit comments

Comments
 (0)