So the issue is being able to combine multple warning suppressions so that each item doesn\'t need it\'s own @SuppressWarnings annotation.
@SuppressWarnings
So for example:>
Use the following: @SuppressWarnings({"unused", "unchecked"})
@SuppressWarnings({"unused", "unchecked"})