Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 386995333
  • Loading branch information
cushon authored and Error Prone Team committed Jul 27, 2021
1 parent de0b017 commit 4e91cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -84,7 +84,7 @@
<!-- Apache 2.0 -->
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
<version>0.10</version>
<version>1.1.2</version>
</dependency>
<dependency>
<!-- LGPL -->
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.errorprone.refaster.annotation;

import com.google.auto.common.AnnotationMirrors;
import com.google.errorprone.annotations.FormatMethod;
import com.google.errorprone.annotations.FormatString;
import java.util.List;
Expand Down Expand Up @@ -98,7 +99,7 @@ public Void visitType(TypeMirror t, Void p) {
element,
annotation,
"Annotation %s on %s also requires %s",
annotation,
AnnotationMirrors.toString(annotation),
element,
t);
}
Expand Down

0 comments on commit 4e91cb4

Please sign in to comment.