Skip to content

Commit

Permalink
Removed unused ctor
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <ssashish@amazon.com>
  • Loading branch information
ashking94 committed Apr 5, 2024
1 parent 9f15bbf commit c2bb40e
Showing 1 changed file with 0 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,42 +123,6 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
return builder;
}

/**
* This is kept only to avoid breaking changes.
*/
@Deprecated
public RemoteStoreShardShallowCopySnapshot(
String snapshot,
long indexVersion,
long primaryTerm,
long commitGeneration,
long startTime,
long time,
int totalFileCount,
long totalSize,
String indexUUID,
String remoteStoreRepository,
String repositoryBasePath,
List<String> fileNames
) {
this(
snapshot,
indexVersion,
primaryTerm,
commitGeneration,
startTime,
time,
totalFileCount,
totalSize,
indexUUID,
remoteStoreRepository,
repositoryBasePath,
fileNames,
null,
null
);
}

public RemoteStoreShardShallowCopySnapshot(
String snapshot,
long indexVersion,
Expand Down

0 comments on commit c2bb40e

Please sign in to comment.