summaryrefslogtreecommitdiff
path: root/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/NumberParseException.java
diff options
context:
space:
mode:
Diffstat (limited to 'repackaged/libphonenumber/src/com/android/i18n/phonenumbers/NumberParseException.java')
-rw-r--r--repackaged/libphonenumber/src/com/android/i18n/phonenumbers/NumberParseException.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/NumberParseException.java b/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/NumberParseException.java
index 7307502f..71f3d1f6 100644
--- a/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/NumberParseException.java
+++ b/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/NumberParseException.java
@@ -26,7 +26,7 @@ public class NumberParseException extends Exception {
/**
* The reason that a string could not be interpreted as a phone number.
- * @hide This class is not part of the Android public SDK API
+ * @hide This class is not part of the Android public SDK API
*/
public enum ErrorType {
/**
@@ -68,6 +68,7 @@ public class NumberParseException extends Exception {
/**
* Returns the error type of the exception that has been thrown.
*/
+ @dalvik.annotation.compat.UnsupportedAppUsage
public ErrorType getErrorType() {
return errorType;
}