sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

Fix raw use of parameterized class #1143

Closed dustinkredmond closed 4 years ago

dustinkredmond commented 4 years ago

JFXKeyFrame used instead of JFXKeyFrame<?>. Also simplified a return statement. If this is unintended I will go through the entire project and fix similar problems with generics, and add the commits before merge.

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

jfoenixadmin commented 4 years ago

Thank you @dustinkredmond for the PR 👍