Skip to content

Commit

Permalink
Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Dec 19, 2024
1 parent d2ff389 commit 587697b
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions releases/snapshot-android/api/diffs/snapshot-android.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23281,7 +23281,7 @@

<p>Note: the type parameter {@code E} extends {@code Comparable<?>} rather than {@code
Comparable<? super E>} in order to accommodate users of obsolete javac versions affected by <a
href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.]]>
href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.]]>
</doc>
</method>
<method name="naturalOrder" return="com.google.common.collect.ImmutableSortedMultiset.Builder&lt;E&gt;"
Expand All @@ -23296,7 +23296,7 @@

<p>Note: the type parameter {@code E} extends {@code Comparable<?>} rather than {@code
Comparable<? super E>} in order to accommodate users of obsolete javac versions affected by <a
href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.]]>
href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.]]>
</doc>
</method>
<method name="toImmutableMultiset" return="java.util.stream.Collector&lt;E, ?, com.google.common.collect.ImmutableMultiset&lt;E&gt;&gt;"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ <h4>reverseOrder</h4>
reverse of their natural ordering.

<p>Note: the type parameter <code>E</code> extends <code>Comparable&lt;?&gt;</code> rather than <code>
Comparable&lt;? super E&gt;</code> in order to accommodate users of obsolete javac versions affected by <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.</div>
Comparable&lt;? super E&gt;</code> in order to accommodate users of obsolete javac versions affected by <a href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.</div>
</li>
</ul>
<a id="naturalOrder()">
Expand All @@ -1089,7 +1089,7 @@ <h4>naturalOrder</h4>
that implement <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Comparable</code></a>.

<p>Note: the type parameter <code>E</code> extends <code>Comparable&lt;?&gt;</code> rather than <code>
Comparable&lt;? super E&gt;</code> in order to accommodate users of obsolete javac versions affected by <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.</div>
Comparable&lt;? super E&gt;</code> in order to accommodate users of obsolete javac versions affected by <a href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.</div>
</li>
</ul>
<a id="toImmutableMultiset()">
Expand Down
Binary file modified releases/snapshot-android/api/docs/member-search-index.zip
Binary file not shown.
Binary file modified releases/snapshot-android/api/docs/package-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
<span class="sourceLineNo">437</span><a id="line.437"> *</a>
<span class="sourceLineNo">438</span><a id="line.438"> * &lt;p&gt;Note: the type parameter {@code E} extends {@code Comparable&lt;?&gt;} rather than {@code</a>
<span class="sourceLineNo">439</span><a id="line.439"> * Comparable&lt;? super E&gt;} in order to accommodate users of obsolete javac versions affected by &lt;a</a>
<span class="sourceLineNo">440</span><a id="line.440"> * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354"&gt;bug 6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">440</span><a id="line.440"> * href="https://bugs.openjdk.org/browse/JDK-6468354"&gt;JDK-6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">441</span><a id="line.441"> */</a>
<span class="sourceLineNo">442</span><a id="line.442"> public static &lt;E extends Comparable&lt;?&gt;&gt; Builder&lt;E&gt; reverseOrder() {</a>
<span class="sourceLineNo">443</span><a id="line.443"> return new Builder&lt;&gt;(Ordering.&lt;E&gt;natural().reverse());</a>
Expand All @@ -460,7 +460,7 @@
<span class="sourceLineNo">451</span><a id="line.451"> *</a>
<span class="sourceLineNo">452</span><a id="line.452"> * &lt;p&gt;Note: the type parameter {@code E} extends {@code Comparable&lt;?&gt;} rather than {@code</a>
<span class="sourceLineNo">453</span><a id="line.453"> * Comparable&lt;? super E&gt;} in order to accommodate users of obsolete javac versions affected by &lt;a</a>
<span class="sourceLineNo">454</span><a id="line.454"> * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354"&gt;bug 6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">454</span><a id="line.454"> * href="https://bugs.openjdk.org/browse/JDK-6468354"&gt;JDK-6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">455</span><a id="line.455"> */</a>
<span class="sourceLineNo">456</span><a id="line.456"> public static &lt;E extends Comparable&lt;?&gt;&gt; Builder&lt;E&gt; naturalOrder() {</a>
<span class="sourceLineNo">457</span><a id="line.457"> return new Builder&lt;&gt;(Ordering.natural());</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
<span class="sourceLineNo">437</span><a id="line.437"> *</a>
<span class="sourceLineNo">438</span><a id="line.438"> * &lt;p&gt;Note: the type parameter {@code E} extends {@code Comparable&lt;?&gt;} rather than {@code</a>
<span class="sourceLineNo">439</span><a id="line.439"> * Comparable&lt;? super E&gt;} in order to accommodate users of obsolete javac versions affected by &lt;a</a>
<span class="sourceLineNo">440</span><a id="line.440"> * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354"&gt;bug 6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">440</span><a id="line.440"> * href="https://bugs.openjdk.org/browse/JDK-6468354"&gt;JDK-6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">441</span><a id="line.441"> */</a>
<span class="sourceLineNo">442</span><a id="line.442"> public static &lt;E extends Comparable&lt;?&gt;&gt; Builder&lt;E&gt; reverseOrder() {</a>
<span class="sourceLineNo">443</span><a id="line.443"> return new Builder&lt;&gt;(Ordering.&lt;E&gt;natural().reverse());</a>
Expand All @@ -460,7 +460,7 @@
<span class="sourceLineNo">451</span><a id="line.451"> *</a>
<span class="sourceLineNo">452</span><a id="line.452"> * &lt;p&gt;Note: the type parameter {@code E} extends {@code Comparable&lt;?&gt;} rather than {@code</a>
<span class="sourceLineNo">453</span><a id="line.453"> * Comparable&lt;? super E&gt;} in order to accommodate users of obsolete javac versions affected by &lt;a</a>
<span class="sourceLineNo">454</span><a id="line.454"> * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354"&gt;bug 6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">454</span><a id="line.454"> * href="https://bugs.openjdk.org/browse/JDK-6468354"&gt;JDK-6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">455</span><a id="line.455"> */</a>
<span class="sourceLineNo">456</span><a id="line.456"> public static &lt;E extends Comparable&lt;?&gt;&gt; Builder&lt;E&gt; naturalOrder() {</a>
<span class="sourceLineNo">457</span><a id="line.457"> return new Builder&lt;&gt;(Ordering.natural());</a>
Expand Down
Binary file modified releases/snapshot-android/api/docs/type-search-index.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions releases/snapshot-jre/api/diffs/snapshot-jre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23481,7 +23481,7 @@

<p>Note: the type parameter {@code E} extends {@code Comparable<?>} rather than {@code
Comparable<? super E>} in order to accommodate users of obsolete javac versions affected by <a
href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.]]>
href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.]]>
</doc>
</method>
<method name="naturalOrder" return="com.google.common.collect.ImmutableSortedMultiset.Builder&lt;E&gt;"
Expand All @@ -23496,7 +23496,7 @@

<p>Note: the type parameter {@code E} extends {@code Comparable<?>} rather than {@code
Comparable<? super E>} in order to accommodate users of obsolete javac versions affected by <a
href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.]]>
href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.]]>
</doc>
</method>
<method name="toImmutableMultiset" return="java.util.stream.Collector&lt;E, ?, com.google.common.collect.ImmutableMultiset&lt;E&gt;&gt;"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ <h4>reverseOrder</h4>
reverse of their natural ordering.

<p>Note: the type parameter <code>E</code> extends <code>Comparable&lt;?&gt;</code> rather than <code>
Comparable&lt;? super E&gt;</code> in order to accommodate users of obsolete javac versions affected by <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.</div>
Comparable&lt;? super E&gt;</code> in order to accommodate users of obsolete javac versions affected by <a href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.</div>
</li>
</ul>
<a id="naturalOrder()">
Expand All @@ -1082,7 +1082,7 @@ <h4>naturalOrder</h4>
that implement <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Comparable</code></a>.

<p>Note: the type parameter <code>E</code> extends <code>Comparable&lt;?&gt;</code> rather than <code>
Comparable&lt;? super E&gt;</code> in order to accommodate users of obsolete javac versions affected by <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354">bug 6468354</a>.</div>
Comparable&lt;? super E&gt;</code> in order to accommodate users of obsolete javac versions affected by <a href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.</div>
</li>
</ul>
<a id="toImmutableMultiset()">
Expand Down
Binary file modified releases/snapshot-jre/api/docs/member-search-index.zip
Binary file not shown.
Binary file modified releases/snapshot-jre/api/docs/package-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
<span class="sourceLineNo">417</span><a id="line.417"> *</a>
<span class="sourceLineNo">418</span><a id="line.418"> * &lt;p&gt;Note: the type parameter {@code E} extends {@code Comparable&lt;?&gt;} rather than {@code</a>
<span class="sourceLineNo">419</span><a id="line.419"> * Comparable&lt;? super E&gt;} in order to accommodate users of obsolete javac versions affected by &lt;a</a>
<span class="sourceLineNo">420</span><a id="line.420"> * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354"&gt;bug 6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">420</span><a id="line.420"> * href="https://bugs.openjdk.org/browse/JDK-6468354"&gt;JDK-6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">421</span><a id="line.421"> */</a>
<span class="sourceLineNo">422</span><a id="line.422"> public static &lt;E extends Comparable&lt;?&gt;&gt; Builder&lt;E&gt; reverseOrder() {</a>
<span class="sourceLineNo">423</span><a id="line.423"> return new Builder&lt;&gt;(Ordering.&lt;E&gt;natural().reverse());</a>
Expand All @@ -440,7 +440,7 @@
<span class="sourceLineNo">431</span><a id="line.431"> *</a>
<span class="sourceLineNo">432</span><a id="line.432"> * &lt;p&gt;Note: the type parameter {@code E} extends {@code Comparable&lt;?&gt;} rather than {@code</a>
<span class="sourceLineNo">433</span><a id="line.433"> * Comparable&lt;? super E&gt;} in order to accommodate users of obsolete javac versions affected by &lt;a</a>
<span class="sourceLineNo">434</span><a id="line.434"> * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354"&gt;bug 6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">434</span><a id="line.434"> * href="https://bugs.openjdk.org/browse/JDK-6468354"&gt;JDK-6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">435</span><a id="line.435"> */</a>
<span class="sourceLineNo">436</span><a id="line.436"> public static &lt;E extends Comparable&lt;?&gt;&gt; Builder&lt;E&gt; naturalOrder() {</a>
<span class="sourceLineNo">437</span><a id="line.437"> return new Builder&lt;&gt;(Ordering.natural());</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
<span class="sourceLineNo">417</span><a id="line.417"> *</a>
<span class="sourceLineNo">418</span><a id="line.418"> * &lt;p&gt;Note: the type parameter {@code E} extends {@code Comparable&lt;?&gt;} rather than {@code</a>
<span class="sourceLineNo">419</span><a id="line.419"> * Comparable&lt;? super E&gt;} in order to accommodate users of obsolete javac versions affected by &lt;a</a>
<span class="sourceLineNo">420</span><a id="line.420"> * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354"&gt;bug 6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">420</span><a id="line.420"> * href="https://bugs.openjdk.org/browse/JDK-6468354"&gt;JDK-6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">421</span><a id="line.421"> */</a>
<span class="sourceLineNo">422</span><a id="line.422"> public static &lt;E extends Comparable&lt;?&gt;&gt; Builder&lt;E&gt; reverseOrder() {</a>
<span class="sourceLineNo">423</span><a id="line.423"> return new Builder&lt;&gt;(Ordering.&lt;E&gt;natural().reverse());</a>
Expand All @@ -440,7 +440,7 @@
<span class="sourceLineNo">431</span><a id="line.431"> *</a>
<span class="sourceLineNo">432</span><a id="line.432"> * &lt;p&gt;Note: the type parameter {@code E} extends {@code Comparable&lt;?&gt;} rather than {@code</a>
<span class="sourceLineNo">433</span><a id="line.433"> * Comparable&lt;? super E&gt;} in order to accommodate users of obsolete javac versions affected by &lt;a</a>
<span class="sourceLineNo">434</span><a id="line.434"> * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6468354"&gt;bug 6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">434</span><a id="line.434"> * href="https://bugs.openjdk.org/browse/JDK-6468354"&gt;JDK-6468354&lt;/a&gt;.</a>
<span class="sourceLineNo">435</span><a id="line.435"> */</a>
<span class="sourceLineNo">436</span><a id="line.436"> public static &lt;E extends Comparable&lt;?&gt;&gt; Builder&lt;E&gt; naturalOrder() {</a>
<span class="sourceLineNo">437</span><a id="line.437"> return new Builder&lt;&gt;(Ordering.natural());</a>
Expand Down
Binary file modified releases/snapshot-jre/api/docs/type-search-index.zip
Binary file not shown.

0 comments on commit 587697b

Please sign in to comment.