]> source.dussan.org Git - jgit.git/commitdiff
Remove unused import in CreateFileSnapshotBenchmark 58/153358/1
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 26 Nov 2019 00:14:47 +0000 (01:14 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 26 Nov 2019 00:57:20 +0000 (01:57 +0100)
Change-Id: Ic02f32fb882602e573f34d0a38d850f43aadf7ba
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java

index ffe4a26d8b8b3396bed6d48b0afd414e22bf9251..21c54c563f43bf003b0b47ae93b949e8fec09aa5 100644 (file)
@@ -45,7 +45,6 @@ package org.eclipse.jgit.benchmarks;
 import java.io.IOException;
 import java.nio.file.Files;
 import java.nio.file.Path;
-import java.util.UUID;
 import java.util.concurrent.TimeUnit;
 
 import org.eclipse.jgit.internal.storage.file.FileSnapshot;