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

@@ -14,8 +14,8 @@
package com.google.gerrit.server.data;
import com.google.gerrit.entities.Change;
import com.google.gerrit.extensions.common.PluginDefinedInfo;
import com.google.gerrit.reviewdb.client.Change;
import com.google.gson.annotations.SerializedName;
import java.util.List;

View File

@@ -14,7 +14,7 @@
package com.google.gerrit.server.data;
import com.google.gerrit.reviewdb.client.Patch.ChangeType;
import com.google.gerrit.entities.Patch.ChangeType;
public class PatchAttribute {
public String file;