Skip to content

Commit

Permalink
Fix typo from cl/698442998.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 698524237
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Nov 20, 2024
1 parent c799c38 commit 74150f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@ElementTypesAreNonnullByDefault
public final class MutableTypeToInstanceMap<B extends @Nullable Object>
extends ForwardingMap<TypeToken<? extends @NonNull B>, B> implements TypeToInstanceMap<B> {
/** Creats a new map. */
/** Creates a new map. */
public MutableTypeToInstanceMap() {}

private final Map<TypeToken<? extends @NonNull B>, B> backingMap = Maps.newHashMap();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@ElementTypesAreNonnullByDefault
public final class MutableTypeToInstanceMap<B extends @Nullable Object>
extends ForwardingMap<TypeToken<? extends @NonNull B>, B> implements TypeToInstanceMap<B> {
/** Creats a new map. */
/** Creates a new map. */
public MutableTypeToInstanceMap() {}

private final Map<TypeToken<? extends @NonNull B>, B> backingMap = Maps.newHashMap();
Expand Down

0 comments on commit 74150f3

Please sign in to comment.