Organize imports

Change-Id: Ie8ce6f17c1e44bb7ce5c12ae000647923794cec6
This commit is contained in:
David Pursehouse 2016-11-14 14:24:04 -08:00
parent 6729b637ef
commit 5568264a8f

View File

@ -14,9 +14,9 @@
package com.google.gerrit.launcher;
import static java.nio.charset.StandardCharsets.UTF_8;
import static java.util.concurrent.TimeUnit.DAYS;
import static java.util.concurrent.TimeUnit.MILLISECONDS;
import static java.nio.charset.StandardCharsets.UTF_8;
import java.io.File;
import java.io.FileNotFoundException;