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 Sep 24, 2024
1 parent dda8165 commit dc1d4e9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
API Differences between Guava 33.3.0-android and Guava HEAD-android-SNAPSHOT
API Differences between Guava 33.3.1-android and Guava HEAD-android-SNAPSHOT
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style">
</HEAD>
Expand Down Expand Up @@ -42,7 +42,7 @@
<H1>API Differences</H1>
</center>
<center>
<H2>Between Guava 33.3.0-android and Guava HEAD-android-SNAPSHOT</H2>
<H2>Between Guava 33.3.1-android and Guava HEAD-android-SNAPSHOT</H2>
</center>
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion releases/snapshot-android/api/diffs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
API Differences between Guava 33.3.0-android and Guava HEAD-android-SNAPSHOT
API Differences between Guava 33.3.1-android and Guava HEAD-android-SNAPSHOT
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="stylesheet-jdiff.css" TITLE="Style">
</HEAD>
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 @@ -474,9 +474,9 @@
<span class="sourceLineNo">465</span><a id="line.465"> *</a>
<span class="sourceLineNo">466</span><a id="line.466"> * &lt;p&gt;&lt;b&gt;{@code Stream} equivalent:&lt;/b&gt; {@code stream.filter(predicate).findFirst()}.</a>
<span class="sourceLineNo">467</span><a id="line.467"> */</a>
<span class="sourceLineNo">468</span><a id="line.468"> @SuppressWarnings("nullness") // Unsafe, but we can't do much about it now.</a>
<span class="sourceLineNo">469</span><a id="line.469"> public final Optional&lt;@NonNull E&gt; firstMatch(Predicate&lt;? super E&gt; predicate) {</a>
<span class="sourceLineNo">470</span><a id="line.470"> return Iterables.&lt;E&gt;tryFind((Iterable&lt;@NonNull E&gt;) getDelegate(), predicate);</a>
<span class="sourceLineNo">468</span><a id="line.468"> public final Optional&lt;@NonNull E&gt; firstMatch(Predicate&lt;? super E&gt; predicate) {</a>
<span class="sourceLineNo">469</span><a id="line.469"> // Unsafe, but we can't do much about it now.</a>
<span class="sourceLineNo">470</span><a id="line.470"> return Iterables.&lt;@NonNull E&gt;tryFind((Iterable&lt;@NonNull E&gt;) getDelegate(), predicate);</a>
<span class="sourceLineNo">471</span><a id="line.471"> }</a>
<span class="sourceLineNo">472</span><a id="line.472"></a>
<span class="sourceLineNo">473</span><a id="line.473"> /**</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/changes/changes-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
API Differences between Guava 33.3.0-jre and Guava HEAD-jre-SNAPSHOT
API Differences between Guava 33.3.1-jre and Guava HEAD-jre-SNAPSHOT
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style">
</HEAD>
Expand Down Expand Up @@ -42,7 +42,7 @@
<H1>API Differences</H1>
</center>
<center>
<H2>Between Guava 33.3.0-jre and Guava HEAD-jre-SNAPSHOT</H2>
<H2>Between Guava 33.3.1-jre and Guava HEAD-jre-SNAPSHOT</H2>
</center>
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion releases/snapshot-jre/api/diffs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
API Differences between Guava 33.3.0-jre and Guava HEAD-jre-SNAPSHOT
API Differences between Guava 33.3.1-jre and Guava HEAD-jre-SNAPSHOT
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="stylesheet-jdiff.css" TITLE="Style">
</HEAD>
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 @@ -471,9 +471,9 @@
<span class="sourceLineNo">462</span><a id="line.462"> *</a>
<span class="sourceLineNo">463</span><a id="line.463"> * &lt;p&gt;&lt;b&gt;{@code Stream} equivalent:&lt;/b&gt; {@code stream.filter(predicate).findFirst()}.</a>
<span class="sourceLineNo">464</span><a id="line.464"> */</a>
<span class="sourceLineNo">465</span><a id="line.465"> @SuppressWarnings("nullness") // Unsafe, but we can't do much about it now.</a>
<span class="sourceLineNo">466</span><a id="line.466"> public final Optional&lt;@NonNull E&gt; firstMatch(Predicate&lt;? super E&gt; predicate) {</a>
<span class="sourceLineNo">467</span><a id="line.467"> return Iterables.&lt;E&gt;tryFind((Iterable&lt;@NonNull E&gt;) getDelegate(), predicate);</a>
<span class="sourceLineNo">465</span><a id="line.465"> public final Optional&lt;@NonNull E&gt; firstMatch(Predicate&lt;? super E&gt; predicate) {</a>
<span class="sourceLineNo">466</span><a id="line.466"> // Unsafe, but we can't do much about it now.</a>
<span class="sourceLineNo">467</span><a id="line.467"> return Iterables.&lt;@NonNull E&gt;tryFind((Iterable&lt;@NonNull E&gt;) getDelegate(), predicate);</a>
<span class="sourceLineNo">468</span><a id="line.468"> }</a>
<span class="sourceLineNo">469</span><a id="line.469"></a>
<span class="sourceLineNo">470</span><a id="line.470"> /**</a>
Expand Down
Binary file modified releases/snapshot-jre/api/docs/type-search-index.zip
Binary file not shown.

0 comments on commit dc1d4e9

Please sign in to comment.