Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Kumawat <skumwt@amazon.com>
  • Loading branch information
Sandeep Kumawat committed Apr 5, 2024
1 parent 8e15d6b commit c17b19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ReadContext {
private final String blobChecksum;
private final Map<String, String> metadata;

public ReadContext(long blobSize, List<StreamPartCreator> asyncPartStreams, String blobChecksum, Map<String, String> metadata) {
private ReadContext(long blobSize, List<StreamPartCreator> asyncPartStreams, String blobChecksum, Map<String, String> metadata) {
this.blobSize = blobSize;
this.asyncPartStreams = asyncPartStreams;
this.blobChecksum = blobChecksum;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class WriteContext {
* @param doRemoteDataIntegrityCheck A boolean to inform vendor plugins whether remote data integrity checks need to be done
* @param expectedChecksum This parameter expected only when the vendor plugin is expected to do server side data integrity verification
*/
public WriteContext(
private WriteContext(
String fileName,
StreamContextSupplier streamContextSupplier,
long fileSize,
Expand Down

0 comments on commit c17b19d

Please sign in to comment.