mirror of
https://github.com/google/nomulus.git
synced 2025-06-20 03:10:47 +02:00
Added to make it clear that the order of the keys in the map is important. A better solution would be, of course, to make the order unimportant. This can be done by using ImmutableSortedMap either as input or with copyOf the input. But the create function is only used once, so it doesn't seem worth the effort - as long as we make sure to throw an error if the order is wrong. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164515959 |
||
---|---|---|
.. | ||
CommitLogBucketTest.java | ||
CommitLogCheckpointTest.java | ||
CommitLogMutationTest.java | ||
ObjectifyServiceTest.java | ||
OfyCommitLogTest.java | ||
OfyFilterTest.java | ||
OfyTest.java |