summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/class2greylist/src/com/android/class2greylist/Class2Greylist.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/class2greylist/src/com/android/class2greylist/Class2Greylist.java b/tools/class2greylist/src/com/android/class2greylist/Class2Greylist.java
index 008bf70a25..3e9e320b5b 100644
--- a/tools/class2greylist/src/com/android/class2greylist/Class2Greylist.java
+++ b/tools/class2greylist/src/com/android/class2greylist/Class2Greylist.java
@@ -33,7 +33,7 @@ import java.io.IOException;
*/
public class Class2Greylist {
- private static final String ANNOTATION_TYPE = "Landroid/annotation/UnsupportedAppUsage ;";
+ private static final String ANNOTATION_TYPE = "Landroid/annotation/UnsupportedAppUsage;";
public static void main(String[] args) {
Options options = new Options();