mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00: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:
@@ -109,7 +109,7 @@ public final class CommitLogManifestInputTest {
|
||||
created.add(createManifest(CommitLogBucket.getBucketKey(i), DATE_TIME_OLD2));
|
||||
}
|
||||
List<CommitLogManifest> seen = new ArrayList<>();
|
||||
Input<CommitLogManifest> input = new CommitLogManifestInput(Optional.absent());
|
||||
Input<CommitLogManifest> input = new CommitLogManifestInput(Optional.<DateTime>absent());
|
||||
for (InputReader<CommitLogManifest> reader
|
||||
: input.createReaders()) {
|
||||
reader.beginShard();
|
||||
|
||||
Reference in New Issue
Block a user