Skip to content

Commit 902f1a1

Browse files
committed
type
1 parent 18bd237 commit 902f1a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/software/amazon/awssdk/crt/s3/ResumeToken.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ public long getObjectRangeEnd() {
216216
}
217217

218218
/**
219-
* Number of bytes downloaded contiguously from the start of the range, with no
219+
* Number of bytes downloaded continuously from the start of the range, with no
220220
* gaps. Everything before this offset (relative to the object range start) has
221221
* been downloaded.
222222
*
223-
* @return contiguously downloaded bytes
223+
* @return continuously downloaded bytes
224224
*/
225225
public long getContinuesDownloadedBytes() {
226226
validateDownloadToken("continues downloaded bytes");

0 commit comments

Comments
 (0)