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:
guyben 2017-06-22 07:38:02 -07:00 committed by Ben McIlwain
parent 59dc3de3f3
commit 4b2e587480

View file

@ -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();