Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec8f9b64 authored by Kenny Root's avatar Kenny Root
Browse files

Fix misspelling in JavaDoc tag

Minor misspelling in "@inheritDoc" tag

Change-Id: I1e6252b549c20e1871e4be0170d2d06256beec9f
parent aceb6fe2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);