mirror of https://github.com/apache/lucene.git
SOLR-5756: Fix copy/paste mistake in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1694718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c61b8e7678
commit
1f8d9738a7
|
@ -1034,7 +1034,7 @@ public abstract class CollectionAdminRequest <Q extends CollectionAdminRequest<Q
|
|||
}
|
||||
}
|
||||
|
||||
// DELETEREPLICAPROP request
|
||||
// MIGRATECLUSTERSTATE request
|
||||
public static class MigrateClusterState extends CollectionShardAdminRequest<MigrateClusterState> {
|
||||
|
||||
public MigrateClusterState() {
|
||||
|
|
Loading…
Reference in New Issue