incubator-livy icon indicating copy to clipboard operation
incubator-livy copied to clipboard

Fix java language level issues

Open sigee opened this issue 5 months ago • 0 comments

What changes were proposed in this pull request?

  • Replace String.indexOf() calls with String.contains() method for improved readability
  • Remove unnecessary explicit type parameters
  • Replace try-finally statement with try-with-resources
  • Replace Anonymous types with lambda

sigee avatar Sep 20 '24 11:09 sigee