Skip to content

Commit c40b2e3

Browse files
committed
Remove generics warning.
1 parent c1c3f8e commit c40b2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/jvm/runtime/org/perl6/nqp/runtime/NativeCallOps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private static NativeCallBody getNativeCallBody(ThreadContext tc, SixModelObject
125125
return call;
126126
}
127127

128-
private static Class javaType(ThreadContext tc, ArgType target, SixModelObject smoType) {
128+
private static Class<?> javaType(ThreadContext tc, ArgType target, SixModelObject smoType) {
129129
switch (target) {
130130
case VOID:
131131
return Void.class;

0 commit comments

Comments
 (0)