Remove unnecessary warning suppression.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 27 Jan 2013 15:24:43 +0000 (16:24 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 27 Jan 2013 15:24:43 +0000 (16:24 +0100)
src/main/java/net/pterodactylus/sone/core/Core.java

index a10d462..fc362a6 100644 (file)
@@ -2098,7 +2098,6 @@ public class Core extends AbstractService implements SoneProvider, PostProvider,
        /**
         * Loads the configuration.
         */
        /**
         * Loads the configuration.
         */
-       @SuppressWarnings("unchecked")
        private void loadConfiguration() {
                /* create options. */
                options.addIntegerOption("InsertionDelay", new DefaultOption<Integer>(60, new IntegerRangePredicate(0, Integer.MAX_VALUE), new OptionWatcher<Integer>() {
        private void loadConfiguration() {
                /* create options. */
                options.addIntegerOption("InsertionDelay", new DefaultOption<Integer>(60, new IntegerRangePredicate(0, Integer.MAX_VALUE), new OptionWatcher<Integer>() {