Move RequestId into logging package

RequestId's are only used for logging, hence the logging package is more
suitable to host this class.

Change-Id: Id8893e844acb8f98a1ff3551a4eb8599e0e00d0b
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2018-08-28 10:12:24 +02:00
parent 4b60cd7feb
commit d3efdda0cd
14 changed files with 12 additions and 15 deletions

View File

@@ -18,7 +18,6 @@ import static com.google.common.truth.Truth.assertThat;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import com.google.gerrit.server.util.RequestId;
import java.util.Map;
import java.util.SortedMap;
import java.util.SortedSet;