Skip to content

Commit 821f2dd

Browse files
committed
restore orginal comments
1 parent 17cc50c commit 821f2dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/AWSLambdaRuntimeCore/LambdaContext.swift

+1-3
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ public struct LambdaContext: CustomDebugStringConvertible, Sendable {
120120
"\(Self.self)(requestID: \(self.requestID), traceID: \(self.traceID), invokedFunctionARN: \(self.invokedFunctionARN), cognitoIdentity: \(self.cognitoIdentity ?? "nil"), clientContext: \(self.clientContext ?? "nil"), deadline: \(self.deadline))"
121121
}
122122

123-
/// This interface is not part of the public API and must not be used by adopters.
124-
/// It is declared public to allow users to unit test their handler.
125-
/// This API is not part of semver versioning.
123+
/// This interface is not part of the public API and must not be used by adopters. This API is not part of semver versioning.
126124
package static func __forTestsOnly(
127125
requestID: String,
128126
traceID: String,

0 commit comments

Comments
 (0)