-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathannotationLib.patch
More file actions
17 lines (16 loc) · 1.05 KB
/
Copy pathannotationLib.patch
File metadata and controls
17 lines (16 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/repos/android-annotation-master/annotationLib/src/main/java/com/twofortyfouram/annotation/Slow.java b/android-locale-plugin-libraries/android-locale-plugin-libraries/annotationLib/src/main/java/com/twofortyfouram/annotation/Slow.java
index 9f9a451..6f6d529 100755
--- a/repos/android-annotation-master/annotationLib/src/main/java/com/twofortyfouram/annotation/Slow.java
+++ b/android-locale-plugin-libraries/android-locale-plugin-libraries/annotationLib/src/main/java/com/twofortyfouram/annotation/Slow.java
@@ -28,11 +28,11 @@ import java.lang.annotation.RetentionPolicy;
public @interface Slow {
/**
* Documents how slow the operation is likely to be.
*/
- public static enum Speed {
+ enum Speed {
/**
* The operation may take up to a few hundred milliseconds. The operation
* shouldn't occur on the UI thread, however this operation is also
* unlikely to take long enough to cause an Android Not Responding
* dialog. For example, the operation may be a quick disk read or write.