Skip to content

Commit 4d80564

Browse files
scriberpmoore
authored andcommitted
Adding some javadoc andd removing a stray newline
1 parent 6d7716f commit 4d80564

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ds3-sdk/src/main/java/com/spectralogic/ds3client/helpers/pagination/GetBucketLoaderFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
/**
2323
* This class is a child of {@link GetBucketKeyLoaderFactory}
2424
* that provides a sane default for mapping {@link com.spectralogic.ds3client.models.ListBucketResult}
25+
* "/" will be used for the delimiter, and {@link com.spectralogic.ds3client.models.ListBucketResult} will be mapped to
26+
* {@link LazyIterable.LazyLoader<Contents>} which was the old behavior.
2527
*/
2628
public class GetBucketLoaderFactory extends GetBucketKeyLoaderFactory<Contents> {
2729

0 commit comments

Comments
 (0)