Skip to content

Commit

Permalink
Latest javadoc on successful CI build auto-pushed to gh-pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Oct 17, 2024
1 parent d5c11bc commit 908a7e2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@ <h2 title="Interface ExpectFailure.SimpleSubjectBuilderCallback" class="title">I
<div class="block">A "functional interface" for <a href="ExpectFailure.html#expectFailureAbout(com.google.common.truth.Subject.Factory,com.google.common.truth.ExpectFailure.SimpleSubjectBuilderCallback)"><code>expectFailureAbout()</code></a> to invoke and
capture failures.

<p>Java 8+ users should pass a lambda to <code>.expectFailureAbout()</code> rather than directly
implement this interface. Java 7+ users can define an <code>@Rule ExpectFailure</code> instance
instead, however if you prefer the <code>.expectFailureAbout()</code> pattern you can use this
interface to pass in an anonymous class.</div>
<p>Users should pass a lambda to <code>.expectFailureAbout()</code> rather than directly implement
this interface.</div>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@ <h2 title="Interface ExpectFailure.StandardSubjectBuilderCallback" class="title"
<div class="block">A "functional interface" for <a href="ExpectFailure.html#expectFailure(com.google.common.truth.ExpectFailure.StandardSubjectBuilderCallback)"><code>expectFailure()</code></a> to invoke and capture
failures.

<p>Java 8+ users should pass a lambda to <code>.expectFailure()</code> rather than directly
implement this interface. Java 7+ users can define an <code>@Rule ExpectFailure</code> instance
instead, however if you prefer the <code>.expectFailure()</code> pattern you can use this interface
to pass in an anonymous class.</div>
<p>Users should pass a lambda to <code>.expectFailure()</code> rather than directly implement this
interface.</div>
</li>
</ul>
</div>
Expand Down
Binary file modified api/latest/member-search-index.zip
Binary file not shown.
Binary file modified api/latest/package-search-index.zip
Binary file not shown.
Binary file modified api/latest/type-search-index.zip
Binary file not shown.

0 comments on commit 908a7e2

Please sign in to comment.