Fix misspelling in JavaDoc tag
Minor misspelling in "@inheritDoc" tag Change-Id: I1e6252b549c20e1871e4be0170d2d06256beec9f
This commit is contained in:
@@ -91,7 +91,7 @@ public class AuthenticatorDescription implements Parcelable {
|
||||
return "AuthenticatorDescription {type=" + type + "}";
|
||||
}
|
||||
|
||||
/** @inhericDoc */
|
||||
/** @inheritDoc */
|
||||
public void writeToParcel(Parcel dest, int flags) {
|
||||
dest.writeString(type);
|
||||
dest.writeString(packageName);
|
||||
|
||||
Reference in New Issue
Block a user