Fix spelling of 'overridden'

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I582768d6d34e792fe641b19d6fa828fab6c4196a
This commit is contained in:
Edwin Kempin
2020-08-27 10:12:15 +02:00
parent 33a35c9910
commit 76fb9e3465
2 changed files with 4 additions and 4 deletions

View File

@@ -42,11 +42,11 @@ public abstract class StoredCommentLinkInfo {
@Nullable
public abstract Boolean getEnabled();
/** If set, {@link StoredCommentLinkInfo} has to be overriden to take any effect. */
/** If set, {@link StoredCommentLinkInfo} has to be overridden to take any effect. */
public abstract boolean getOverrideOnly();
/**
* Creates an enabled {@link StoredCommentLinkInfo} that can be overriden but doesn't do anything
* Creates an enabled {@link StoredCommentLinkInfo} that can be overridden but doesn't do anything
* on its own.
*/
public static StoredCommentLinkInfo enabled(String name) {
@@ -54,7 +54,7 @@ public abstract class StoredCommentLinkInfo {
}
/**
* Creates a disabled {@link StoredCommentLinkInfo} that can be overriden but doesn't do anything
* Creates a disabled {@link StoredCommentLinkInfo} that can be overridden but doesn't do anything
* on it's own.
*/
public static StoredCommentLinkInfo disabled(String name) {