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 @@
matchMethodInvocation(com.sun.source.tree.MethodInvocationTree methodInvocationTree,
+matchMethodInvocation(com.sun.source.tree.MethodInvocationTree tree,
VisitorState state)
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)
matchMethodInvocation(com.sun.source.tree.MethodInvocationTree methodInvocationTree,
+TruthSelfEquals.matchMethodInvocation(com.sun.source.tree.MethodInvocationTree tree,
VisitorState state)