Move TimeUtil from gerrit-server to gerrit-common

Change-Id: Ib2cfcfd4974ab04e733007e5835fc1364cc36ee9
This commit is contained in:
David Ostrovsky
2014-10-03 00:46:01 +02:00
committed by Dave Borowitz
parent a37b50e306
commit 8dc720ed9b
68 changed files with 69 additions and 65 deletions

View File

@@ -15,6 +15,7 @@
package com.google.gerrit.server.git.strategy;
import com.google.common.collect.Lists;
import com.google.gerrit.common.TimeUtil;
import com.google.gerrit.reviewdb.client.Change;
import com.google.gerrit.reviewdb.client.PatchSet;
import com.google.gerrit.reviewdb.client.PatchSetAncestor;
@@ -31,7 +32,6 @@ import com.google.gerrit.server.git.MergeException;
import com.google.gerrit.server.git.MergeIdenticalTreeException;
import com.google.gerrit.server.patch.PatchSetInfoFactory;
import com.google.gerrit.server.project.NoSuchChangeException;
import com.google.gerrit.server.util.TimeUtil;
import com.google.gwtorm.server.OrmException;
import org.eclipse.jgit.lib.ObjectId;