Skip to content

Commit 249ea61

Browse files
authored
Discard changes to Samples/JavaKitSampleApp/Sources/JavaKitExample/JavaKitExample.swift
1 parent ddbd0dd commit 249ea61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Samples/JavaKitSampleApp/Sources/JavaKitExample/JavaKitExample.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ extension HelloSwift: HelloSwiftNativeMethods {
8585
return i * j
8686
}
8787

88-
@JavaMethod
89-
func addIntegers(_ i: Int, _ j: Int) -> Int {
90-
fatalError()
91-
}
92-
9388
func checkOptionals(helper: ThreadSafeHelperClass) {
9489
let text: JavaString? = helper.textOptional
9590
let value: String? = helper.getValueOptional(Optional<JavaString>.none)

0 commit comments

Comments
 (0)