Skip to content

Commit 26acffb

Browse files
committed
Stop emitting the Java Enumeration type into two places
1 parent 91646f3 commit 26acffb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/JavaKit/Java2Swift.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"java.lang.Exception" : "Exception",
55
"java.lang.Object" : "JavaObject",
66
"java.lang.RuntimeException" : "RuntimeException",
7-
"java.lang.Throwable" : "Throwable",
8-
"java.util.Enumeration" : "Enumeration"
7+
"java.lang.Throwable" : "Throwable"
98
}
109
}

0 commit comments

Comments
 (0)