Skip to content

Commit

Permalink
Merge pull request #11762 from atheism/doc-rgw-s3-javaapi
Browse files Browse the repository at this point in the history
doc: rgw: fix a typo in S3 java api example
  • Loading branch information
mattbenjamin committed Nov 3, 2016
2 parents f216268 + 6541120 commit 47a2749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/radosgw/s3/java.rst
Expand Up @@ -111,7 +111,7 @@ modified date.
do {
for (S3ObjectSummary objectSummary : objects.getObjectSummaries()) {
System.out.println(objectSummary.getKey() + "\t" +
ObjectSummary.getSize() + "\t" +
objectSummary.getSize() + "\t" +
StringUtils.fromDate(objectSummary.getLastModified()));
}
objects = conn.listNextBatchOfObjects(objects);
Expand Down

0 comments on commit 47a2749

Please sign in to comment.