From 4e787ad4a217ac669941fb0f121c37957eeab2d8 Mon Sep 17 00:00:00 2001 From: "copybara-service[bot]" Date: Wed, 8 Nov 2023 15:42:19 +0000 Subject: [PATCH] Latest docs on successful build 5794 auto-pushed to gh-pages --- .../com/google/errorprone/bugpatterns/TruthSelfEquals.html | 4 ++-- api/latest/com/google/errorprone/class-use/VisitorState.html | 2 +- .../com/google/errorprone/matchers/class-use/Description.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/latest/com/google/errorprone/bugpatterns/TruthSelfEquals.html b/api/latest/com/google/errorprone/bugpatterns/TruthSelfEquals.html index 7026965d502..26242d93b95 100644 --- a/api/latest/com/google/errorprone/bugpatterns/TruthSelfEquals.html +++ b/api/latest/com/google/errorprone/bugpatterns/TruthSelfEquals.html @@ -134,7 +134,7 @@

Method Summary

Method
Description
Description
-
matchMethodInvocation(com.sun.source.tree.MethodInvocationTree methodInvocationTree, +
matchMethodInvocation(com.sun.source.tree.MethodInvocationTree tree, VisitorState state)
 
@@ -177,7 +177,7 @@

Method Details

  • matchMethodInvocation

    -
    public Description matchMethodInvocation(com.sun.source.tree.MethodInvocationTree methodInvocationTree, +
    public Description matchMethodInvocation(com.sun.source.tree.MethodInvocationTree tree, VisitorState state)
    Specified by:
    diff --git a/api/latest/com/google/errorprone/class-use/VisitorState.html b/api/latest/com/google/errorprone/class-use/VisitorState.html index 6feb2d9c2f1..52a4a414c57 100644 --- a/api/latest/com/google/errorprone/class-use/VisitorState.html +++ b/api/latest/com/google/errorprone/class-use/VisitorState.html @@ -2168,7 +2168,7 @@

    Uses of VisitorState state)

     
    -
    TruthSelfEquals.matchMethodInvocation(com.sun.source.tree.MethodInvocationTree methodInvocationTree, +
    TruthSelfEquals.matchMethodInvocation(com.sun.source.tree.MethodInvocationTree tree, VisitorState state)
     
    diff --git a/api/latest/com/google/errorprone/matchers/class-use/Description.html b/api/latest/com/google/errorprone/matchers/class-use/Description.html index b2f424b7610..c3a1774ed10 100644 --- a/api/latest/com/google/errorprone/matchers/class-use/Description.html +++ b/api/latest/com/google/errorprone/matchers/class-use/Description.html @@ -1901,7 +1901,7 @@

    Uses of VisitorState state)

     
    -
    TruthSelfEquals.matchMethodInvocation(com.sun.source.tree.MethodInvocationTree methodInvocationTree, +
    TruthSelfEquals.matchMethodInvocation(com.sun.source.tree.MethodInvocationTree tree, VisitorState state)