We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f855025 commit c9b5530Copy full SHA for c9b5530
1 file changed
Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+NativeTranslation.swift
@@ -1164,7 +1164,7 @@ extension JNISwift2JavaGenerator {
1164
/// `SwiftType(inner)`
1165
indirect case labelessInitializer(NativeSwiftConversionStep, swiftType: SwiftType)
1166
1167
- /// Converts a jbyteArray to UnsafeRawBufferPointer via GetByteArrayElements + defer
+ /// Converts a jbyteArray to UnsafeRawBufferPointer via GetByteArrayElements
1168
indirect case jniByteArrayToUnsafeRawBufferPointer(NativeSwiftConversionStep, name: String)
1169
1170
/// Constructs a Swift tuple from individually-converted elements.
0 commit comments