Rename remaining org.elasticsearch.persistent (#413)

Signed-off-by: Harold Wang <harowang@amazon.com>
This commit is contained in:
Harold Wang 2021-03-18 19:23:50 -07:00 committed by Nick Knize
parent a0fa1a625e
commit d6cb553c7a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
package org.opensearch.persistent;
import org.opensearch.common.io.stream.Writeable;
import org.elasticsearch.persistent.RemovePersistentTaskAction.Request;
import org.opensearch.persistent.RemovePersistentTaskAction.Request;
import org.opensearch.test.AbstractWireSerializingTestCase;
import static com.carrotsearch.randomizedtesting.RandomizedTest.randomAsciiOfLength;