From ec8f9b648182c90613f18dbfe43080c90397487d Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Mon, 1 Mar 2010 15:01:51 -0800 Subject: [PATCH] Fix misspelling in JavaDoc tag Minor misspelling in "@inheritDoc" tag Change-Id: I1e6252b549c20e1871e4be0170d2d06256beec9f --- core/java/android/accounts/AuthenticatorDescription.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/accounts/AuthenticatorDescription.java b/core/java/android/accounts/AuthenticatorDescription.java index 91c94e6de62ea..eddf7c1858813 100644 --- a/core/java/android/accounts/AuthenticatorDescription.java +++ b/core/java/android/accounts/AuthenticatorDescription.java @@ -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);