Skip to content

Commit

Permalink
Fix typo in MultimapSubject.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=109327879
  • Loading branch information
nrook-google authored and cpovirk committed Dec 7, 2015
1 parent 851f4d0 commit 88eea5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public Ordered containsExactlyEntriesIn(Multimap<?, ?> expectedMultimap) {
}

/**
* @deprecated Use {@link #containsExactlyEntiesIn} instead.
* @deprecated Use {@link #containsExactlyEntriesIn} instead.
*/
@Deprecated
public Ordered containsExactly(Multimap<?, ?> expectedMultimap) {
Expand Down

0 comments on commit 88eea5e

Please sign in to comment.