Add annotation to suppress warning about potential null pointer.
[jSite.git] / 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) {