aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2020-08-16 15:58:46 -0700
committerColin Decker <cgdecker@gmail.com>2020-08-17 11:42:15 -0400
commit439707b029c514e8e32be825259ee20ba1f0723a (patch)
treead5f209aabb54acfb603bc8108e0742d74cd0ef6 /common
parent9f870ccfcbc22bf8c64084011f7d2d7992bdf06f (diff)
downloadauto-439707b029c514e8e32be825259ee20ba1f0723a.tar.gz
Remove a stray semicolon
RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=326930055
Diffstat (limited to 'common')
-rw-r--r--common/src/main/java/com/google/auto/common/AnnotationValues.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/src/main/java/com/google/auto/common/AnnotationValues.java b/common/src/main/java/com/google/auto/common/AnnotationValues.java
index e2339018..a5db2cca 100644
--- a/common/src/main/java/com/google/auto/common/AnnotationValues.java
+++ b/common/src/main/java/com/google/auto/common/AnnotationValues.java
@@ -209,7 +209,6 @@ public final class AnnotationValues {
return value;
}
}
- ;
/**
* Returns the value as a VariableElement.