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)