QueryDocumentationFilter: Move it out from rpc package

This is a preparation change for removing GWT UI, where the whole rpc
package is removed. Query documentation filter should stay.

Change-Id: I8075ae7031c0a78a3b873394c50627e7a47cdc62
This commit is contained in:
David Ostrovsky 2017-07-31 06:27:35 +02:00
parent 2e9573e08d
commit 5537966a70
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.gerrit.httpd.rpc.doc;
package com.google.gerrit.httpd;
import com.google.common.base.Strings;
import com.google.common.collect.ImmutableListMultimap;

View File

@ -30,7 +30,6 @@ import com.google.gerrit.httpd.restapi.ChangesRestApiServlet;
import com.google.gerrit.httpd.restapi.ConfigRestApiServlet;
import com.google.gerrit.httpd.restapi.GroupsRestApiServlet;
import com.google.gerrit.httpd.restapi.ProjectsRestApiServlet;
import com.google.gerrit.httpd.rpc.doc.QueryDocumentationFilter;
import com.google.gerrit.reviewdb.client.Change;
import com.google.gerrit.reviewdb.client.Project;
import com.google.gerrit.server.config.AuthConfig;