[Rename] add full package name to RestoreInfo and RepositoriesMetadata
This commit adds back the full qualified package name back to javadoc in RestoreInfo and RepositoriesMetadata. Signed-off-by: Nicholas Knize <nknize@amazon.com>
This commit is contained in:
parent
8aa818e93e
commit
e9599a20b4
|
@ -50,7 +50,7 @@ public class RepositoriesMetadata extends AbstractNamedDiffable<Custom> implemen
|
|||
|
||||
/**
|
||||
* Serialization parameter used to hide the {@link RepositoryMetadata#generation()} and {@link RepositoryMetadata#pendingGeneration()}
|
||||
* in {@link GetRepositoriesResponse}.
|
||||
* in {@link org.opensearch.action.admin.cluster.repositories.get.GetRepositoriesResponse}.
|
||||
*/
|
||||
public static final String HIDE_GENERATIONS_PARAM = "hide_generations";
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ import java.util.Objects;
|
|||
/**
|
||||
* Information about successfully completed restore operation.
|
||||
* <p>
|
||||
* Returned as part of {@link RestoreSnapshotResponse}
|
||||
* Returned as part of {@link org.opensearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse}
|
||||
*/
|
||||
public class RestoreInfo implements ToXContentObject, Writeable {
|
||||
|
||||
|
|
Loading…
Reference in New Issue