File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
java/org/apache/solr/handler
test/org/apache/solr/handler.admin.api Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3838 */
3939public class V2UpdateRequestHandler extends UpdateRequestHandler
4040 implements APIConfigProvider <UpdateAPI .UpdateRequestHandlerConfig > {
41-
41+
4242 @ Override
4343 public Collection <Api > getApis () {
4444 return Collections .emptyList ();
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- package org .apache .solr .handler ;
18+ package org .apache .solr .handler . admin . api ;
1919
2020import static org .apache .solr .core .CoreContainer .ALLOW_PATHS_SYSPROP ;
2121
3636
3737/**
3838 * Integration tests for the v2 update API endpoints implemented via JAX-RS in {@link
39- * org.apache.solr.handler.admin.api.UpdateAPI}. Uses {@link SolrJettyTestRule} to run a real Solr
40- * instance.
39+ * org.apache.solr.handler.admin.api.UpdateAPI}.
4140 */
4241public class UpdateAPITest extends SolrTestCaseJ4 {
4342
You can’t perform that action at this time.
0 commit comments