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 Jul 23, 2024
1 parent bb7b7d8 commit 7342a0f
Show file tree
Hide file tree
Showing 68 changed files with 12,788 additions and 12,757 deletions.
32 changes: 16 additions & 16 deletions releases/snapshot-android/api/diffs/snapshot-android.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1508,8 +1508,8 @@
<doc>
<![CDATA[US-ASCII: seven-bit ASCII, the Basic Latin block of the Unicode character set (ISO646-US).

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use {@link
java.nio.charset.StandardCharsets#US_ASCII} instead.]]>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
{@link java.nio.charset.StandardCharsets#US_ASCII} instead.]]>
</doc>
</field>
<field name="ISO_8859_1" type="java.nio.charset.Charset"
Expand All @@ -1519,8 +1519,8 @@
<doc>
<![CDATA[ISO-8859-1: ISO Latin Alphabet Number 1 (ISO-LATIN-1).

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use {@link
java.nio.charset.StandardCharsets#ISO_8859_1} instead.]]>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
{@link java.nio.charset.StandardCharsets#ISO_8859_1} instead.]]>
</doc>
</field>
<field name="UTF_8" type="java.nio.charset.Charset"
Expand All @@ -1530,8 +1530,8 @@
<doc>
<![CDATA[UTF-8: eight-bit UCS Transformation Format.

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use {@link
java.nio.charset.StandardCharsets#UTF_8} instead.]]>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
{@link java.nio.charset.StandardCharsets#UTF_8} instead.]]>
</doc>
</field>
<field name="UTF_16BE" type="java.nio.charset.Charset"
Expand All @@ -1541,8 +1541,8 @@
<doc>
<![CDATA[UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use {@link
java.nio.charset.StandardCharsets#UTF_16BE} instead.]]>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
{@link java.nio.charset.StandardCharsets#UTF_16BE} instead.]]>
</doc>
</field>
<field name="UTF_16LE" type="java.nio.charset.Charset"
Expand All @@ -1552,8 +1552,8 @@
<doc>
<![CDATA[UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use {@link
java.nio.charset.StandardCharsets#UTF_16LE} instead.]]>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
{@link java.nio.charset.StandardCharsets#UTF_16LE} instead.]]>
</doc>
</field>
<field name="UTF_16" type="java.nio.charset.Charset"
Expand All @@ -1564,8 +1564,8 @@
<![CDATA[UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order
mark.

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use {@link
java.nio.charset.StandardCharsets#UTF_16} instead.]]>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
{@link java.nio.charset.StandardCharsets#UTF_16} instead.]]>
</doc>
</field>
<doc>
Expand Down Expand Up @@ -11009,8 +11009,8 @@
<param name="left" type="int"/>
<param name="right" type="int"/>
<doc>
<![CDATA[Compares two {@code int} values as specified by {@link Ints#compare}, <i>if</i> the result of
this comparison chain has not already been determined.]]>
<![CDATA[Compares two {@code int} values as specified by {@link Integer#compare}, <i>if</i> the result
of this comparison chain has not already been determined.]]>
</doc>
</method>
<method name="compare" return="com.google.common.collect.ComparisonChain"
Expand All @@ -11020,7 +11020,7 @@
<param name="left" type="long"/>
<param name="right" type="long"/>
<doc>
<![CDATA[Compares two {@code long} values as specified by {@link Longs#compare}, <i>if</i> the result of
<![CDATA[Compares two {@code long} values as specified by {@link Long#compare}, <i>if</i> the result of
this comparison chain has not already been determined.]]>
</doc>
</method>
Expand Down Expand Up @@ -44487,7 +44487,7 @@
href="http://tools.ietf.org/html/rfc4648">RFC 4648</a>. For example, the expression:

<pre>{@code
BaseEncoding.base32().encode("foo".getBytes(Charsets.US_ASCII))
BaseEncoding.base32().encode("foo".getBytes(US_ASCII))
}</pre>

<p>returns the string {@code "MZXW6==="}, and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ <h4>US_ASCII</h4>
public static final&nbsp;java.nio.charset.Charset <a href="../../../../src-html/com/google/common/base/Charsets.html#line.46">US_ASCII</a></pre>
<div class="block">US-ASCII: seven-bit ASCII, the Basic Latin block of the Unicode character set (ISO646-US).

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use <code>StandardCharsets.US_ASCII</code> instead.</div>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
<code>StandardCharsets.US_ASCII</code> instead.</div>
</li>
</ul>
<a id="ISO_8859_1">
Expand All @@ -260,7 +261,8 @@ <h4>ISO_8859_1</h4>
<pre>public static final&nbsp;java.nio.charset.Charset <a href="../../../../src-html/com/google/common/base/Charsets.html#line.57">ISO_8859_1</a></pre>
<div class="block">ISO-8859-1: ISO Latin Alphabet Number 1 (ISO-LATIN-1).

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use <code>StandardCharsets.ISO_8859_1</code> instead.</div>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
<code>StandardCharsets.ISO_8859_1</code> instead.</div>
</li>
</ul>
<a id="UTF_8">
Expand All @@ -272,7 +274,8 @@ <h4>UTF_8</h4>
<pre>public static final&nbsp;java.nio.charset.Charset <a href="../../../../src-html/com/google/common/base/Charsets.html#line.66">UTF_8</a></pre>
<div class="block">UTF-8: eight-bit UCS Transformation Format.

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use <code>StandardCharsets.UTF_8</code> instead.</div>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
<code>StandardCharsets.UTF_8</code> instead.</div>
</li>
</ul>
<a id="UTF_16BE">
Expand All @@ -285,7 +288,8 @@ <h4>UTF_16BE</h4>
public static final&nbsp;java.nio.charset.Charset <a href="../../../../src-html/com/google/common/base/Charsets.html#line.75">UTF_16BE</a></pre>
<div class="block">UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use <code>StandardCharsets.UTF_16BE</code> instead.</div>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
<code>StandardCharsets.UTF_16BE</code> instead.</div>
</li>
</ul>
<a id="UTF_16LE">
Expand All @@ -298,7 +302,8 @@ <h4>UTF_16LE</h4>
public static final&nbsp;java.nio.charset.Charset <a href="../../../../src-html/com/google/common/base/Charsets.html#line.86">UTF_16LE</a></pre>
<div class="block">UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use <code>StandardCharsets.UTF_16LE</code> instead.</div>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
<code>StandardCharsets.UTF_16LE</code> instead.</div>
</li>
</ul>
<a id="UTF_16">
Expand All @@ -312,7 +317,8 @@ <h4>UTF_16</h4>
<div class="block">UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order
mark.

<p><b>Java 7+ users:</b> this constant should be treated as deprecated; use <code>StandardCharsets.UTF_16</code> instead.</div>
<p><b>Note:</b> this constant is now unnecessary and should be treated as deprecated; use
<code>StandardCharsets.UTF_16</code> instead.</div>
</li>
</ul>
</li>
Expand Down
Loading

0 comments on commit 7342a0f

Please sign in to comment.