We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6895fc3 commit c9486f1Copy full SHA for c9486f1
hll/s3-transfer-manager/common/src/aws/sdk/kotlin/hll/s3transfermanager/TransferInterceptor.kt
@@ -5,7 +5,7 @@
5
6
package aws.sdk.kotlin.hll.s3transfermanager
7
8
-// TODO: Add documentation to each thing in the context
+// TODO: Add PUBLIC documentation to each thing in the context
9
/**
10
* TODO
11
*/
@@ -25,7 +25,7 @@ public data class TransferContext(
25
var transferredFiles: Long? = null,
26
)
27
28
-// TODO: Add documentation to each hook
+// TODO: Add PUBLIC documentation to each hook
29
30
31
0 commit comments