mirror of
https://github.com/google/nomulus.git
synced 2025-05-17 17:59:41 +02:00
Fix 'Optional.absent()' to be 'Optional.<DateTime>absent()'
I broke Kokoro :( ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=159824586
This commit is contained in:
parent
59dc3de3f3
commit
4b2e587480
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public final class CommitLogManifestInputTest {
|
||||||
created.add(createManifest(CommitLogBucket.getBucketKey(i), DATE_TIME_OLD2));
|
created.add(createManifest(CommitLogBucket.getBucketKey(i), DATE_TIME_OLD2));
|
||||||
}
|
}
|
||||||
List<CommitLogManifest> seen = new ArrayList<>();
|
List<CommitLogManifest> seen = new ArrayList<>();
|
||||||
Input<CommitLogManifest> input = new CommitLogManifestInput(Optional.absent());
|
Input<CommitLogManifest> input = new CommitLogManifestInput(Optional.<DateTime>absent());
|
||||||
for (InputReader<CommitLogManifest> reader
|
for (InputReader<CommitLogManifest> reader
|
||||||
: input.createReaders()) {
|
: input.createReaders()) {
|
||||||
reader.beginShard();
|
reader.beginShard();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue