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 3d9433f commit 94e87beCopy full SHA for 94e87be
Sources/SwiftJavaTool/Commands/JExtractCommand.swift
@@ -117,9 +117,9 @@ extension SwiftJava.JExtractCommand {
117
if self.mode == .jni {
118
switch self.unsignedNumbers {
119
case .annotate:
120
- throw IllegalModeCombinationError("JNI mode does not support '\(JExtractUnsignedIntegerMode.wrapGuava)' Unsigned integer mode! \(Self.helpMessage)")
121
- case .wrapGuava:
122
() // OK
+ case .wrapGuava:
+ throw IllegalModeCombinationError("JNI mode does not support '\(JExtractUnsignedIntegerMode.wrapGuava)' Unsigned integer mode! \(Self.helpMessage)")
123
}
124
} else if self.mode == .ffm {
125
guard self.memoryManagementMode == .explicit else {
0 commit comments