blackdrag commented on code in PR #2018: URL: https://github.com/apache/groovy/pull/2018#discussion_r1434399183
########## src/main/java/org/codehaus/groovy/reflection/CachedClass.java: ########## @@ -339,7 +353,7 @@ public String getTypeDescription() { return BytecodeHelper.getTypeDescription(getTheClass()); } - public final Class getTheClass() { + public final Class<?> getTheClass() { Review Comment: > I think this is a binary compat issue. Could you explain how? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org