Skip to content

Commit c9486f1

Browse files
committed
self review
1 parent 6895fc3 commit c9486f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hll/s3-transfer-manager/common/src/aws/sdk/kotlin/hll/s3transfermanager/TransferInterceptor.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
package aws.sdk.kotlin.hll.s3transfermanager
77

8-
// TODO: Add documentation to each thing in the context
8+
// TODO: Add PUBLIC documentation to each thing in the context
99
/**
1010
* TODO
1111
*/
@@ -25,7 +25,7 @@ public data class TransferContext(
2525
var transferredFiles: Long? = null,
2626
)
2727

28-
// TODO: Add documentation to each hook
28+
// TODO: Add PUBLIC documentation to each hook
2929
/**
3030
* TODO
3131
*/

0 commit comments

Comments
 (0)