Skip to content

Commit b923bfd

Browse files
authored
Apply suggestions from code review
Co-authored-by: Konrad `ktoso` Malawski <konrad.malawski@project13.pl>
1 parent 2f96774 commit b923bfd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Sources/SwiftJavaToolLib/JavaGenericsSupport.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@ func getGenericJavaTypeOriginInfo(_ type: Type?, from method: Method) -> [Generi
4141
return [] // it's not a generic type, no "origin" of the use to detect
4242
}
4343

44-
// var methodTypeVars = method.getTypeParameters() as [TypeVariable<JavaLangReflect.Method>?]
4544

4645
// TODO: also handle nested classes here...
47-
// var classTypeVars = method.getDeclaringClass().getTypeParameters()
4846

49-
// var usedTypeVars: [TypeVariable<JavaObject>] = []
5047

5148
return []
5249
}

0 commit comments

Comments
 (0)