From: David ‘Bombe’ Roden Date: Mon, 8 Sep 2008 06:38:16 +0000 (+0200) Subject: Add annotation to suppress warning about potential null pointer. X-Git-Tag: 0.6.1~5 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=c9bebf7020ec8469f2c938b69df12919cdd73531;hp=5aaff9fc0f0666ce3ee1f7b6cda4b20ff6b61fdc;p=jSite.git Add annotation to suppress warning about potential null pointer. --- diff --git a/src/de/todesbaum/jsite/gui/NodeManagerPage.java b/src/de/todesbaum/jsite/gui/NodeManagerPage.java index 1d99369..951a912 100644 --- a/src/de/todesbaum/jsite/gui/NodeManagerPage.java +++ b/src/de/todesbaum/jsite/gui/NodeManagerPage.java @@ -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) {