Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
noinspection
instruction with proper @SuppressWarnings
an…
…notation `//noinspection unchecked` suppresses unchecked cast warning only in the IDE. `@SuppressWarning` annotation properly suppresses both IDE and the compiler warnings.
- Loading branch information