Rename reviewdb package to entities and dissolve client package

This is long overdue renaming step to manifest that SQL database is
removed from gerrit core. Moreover, client/server package division
was needed due to GWT UI that was removed as well in release 3.0.

Bug: Issue 11678
Change-Id: Icfd83a309a6affac54141e7284e70f1255537dc4
This commit is contained in:
David Ostrovsky
2019-05-26 14:11:47 +02:00
parent 91ee2675d3
commit b03a6e9a71
1093 changed files with 2179 additions and 2177 deletions

View File

@@ -17,7 +17,7 @@ package com.google.gerrit.server.patch;
import com.google.auto.value.AutoValue;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import com.google.gerrit.reviewdb.client.Project;
import com.google.gerrit.entities.Project;
import java.util.List;
import java.util.Set;
import org.eclipse.jgit.diff.Edit;