Fix typo in DefaultErrorMessagesAndroid
"Delegating 'Parcelable' is now allowed" -> "Delegating 'Parcelable' is not allowed"
This commit is contained in:
committed by
Yan Zhulanow
parent
83ec49db31
commit
4fd076e4f4
+1
-1
@@ -45,7 +45,7 @@ object DefaultErrorMessagesAndroid : DefaultErrorMessages.Extension {
|
|||||||
"'Parcelable' should be a class")
|
"'Parcelable' should be a class")
|
||||||
|
|
||||||
MAP.put(ErrorsAndroid.PARCELABLE_DELEGATE_IS_NOT_ALLOWED,
|
MAP.put(ErrorsAndroid.PARCELABLE_DELEGATE_IS_NOT_ALLOWED,
|
||||||
"Delegating 'Parcelable' is now allowed")
|
"Delegating 'Parcelable' is not allowed")
|
||||||
|
|
||||||
MAP.put(ErrorsAndroid.PARCELABLE_SHOULD_NOT_BE_ENUM_CLASS,
|
MAP.put(ErrorsAndroid.PARCELABLE_SHOULD_NOT_BE_ENUM_CLASS,
|
||||||
"'Parcelable' should not be a 'enum class'")
|
"'Parcelable' should not be a 'enum class'")
|
||||||
|
|||||||
Reference in New Issue
Block a user