Skip to content

Commit

Permalink
Latest docs on successful build 6556 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Aug 12, 2024
1 parent 455acb7 commit 021cdb5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 14 additions & 2 deletions api/latest/com/google/errorprone/util/RuntimeVersion.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,14 @@ <h2>Method Summary</h2>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Returns true if the current runtime is JDK 22 or newer.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#release()" class="member-name-link">release</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isAtLeast23()" class="member-name-link">isAtLeast23</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Returns true if the current runtime is JDK 23 or newer.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#release()" class="member-name-link">release</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Returns the latest <code>--release</code> version.</div>
</div>
</div>
Expand Down Expand Up @@ -261,6 +266,13 @@ <h3>isAtLeast22</h3>
</section>
</li>
<li>
<section class="detail" id="isAtLeast23()">
<h3>isAtLeast23</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">isAtLeast23</span>()</div>
<div class="block">Returns true if the current runtime is JDK 23 or newer.</div>
</section>
</li>
<li>
<section class="detail" id="release()">
<h3>release</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">release</span>()</div>
Expand Down
4 changes: 4 additions & 0 deletions api/latest/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -6692,6 +6692,10 @@ <h2 class="title" id="I:I">I</h2>
<dd>
<div class="block">Returns true if the current runtime is JDK 22 or newer.</div>
</dd>
<dt><a href="com/google/errorprone/util/RuntimeVersion.html#isAtLeast23()" class="member-name-link">isAtLeast23()</a> - Static method in class com.google.errorprone.util.<a href="com/google/errorprone/util/RuntimeVersion.html" title="class in com.google.errorprone.util">RuntimeVersion</a></dt>
<dd>
<div class="block">Returns true if the current runtime is JDK 23 or newer.</div>
</dd>
<dt><a href="com/google/errorprone/util/Visibility.html#isAtLeastAsRestrictiveAs(com.google.errorprone.util.Visibility)" class="member-name-link">isAtLeastAsRestrictiveAs(Visibility)</a> - Method in enum com.google.errorprone.util.<a href="com/google/errorprone/util/Visibility.html" title="enum in com.google.errorprone.util">Visibility</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/google/errorprone/dataflow/AccessPath.html#isAutoValueAccessor(com.sun.source.tree.Tree)" class="member-name-link">isAutoValueAccessor(Tree)</a> - Static method in class com.google.errorprone.dataflow.<a href="com/google/errorprone/dataflow/AccessPath.html" title="class in com.google.errorprone.dataflow">AccessPath</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion api/latest/member-search-index.js

Large diffs are not rendered by default.

0 comments on commit 021cdb5

Please sign in to comment.