Skip to content

Commit

Permalink
add a TODO to remove method
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Jan 10, 2024
1 parent b7d94cf commit ac250ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ public Type cloneTypeWithMetadata(Type typeToBeCloned, TypeMetadata metadata) {
/**
* Utility method to get the current JDK version, that works on Java 8 and above.
*
* <p>TODO remove this method once we drop support for Java 8
*
* @return the current JDK version
*/
private static int getVersion() {
Expand Down

0 comments on commit ac250ed

Please sign in to comment.