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:
		@@ -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;
 | 
			
		||||
@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user