Add annotation to suppress warning about potential null pointer.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 8 Sep 2008 06:38:16 +0000 (08:38 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 8 Sep 2008 06:38:48 +0000 (08:38 +0200)
src/de/todesbaum/jsite/gui/NodeManagerPage.java

index 1d99369..951a912 100644 (file)
@@ -359,6 +359,7 @@ public class NodeManagerPage extends TWizardPage implements ListSelectionListene
        /**
         * {@inheritDoc}
         */
+       @SuppressWarnings("null")
        public void valueChanged(ListSelectionEvent e) {
                Object source = e.getSource();
                if (source instanceof JList) {