diff options
Diffstat (limited to 'java/src/IceGridGUI/LiveDeployment/GraphView.java')
-rw-r--r-- | java/src/IceGridGUI/LiveDeployment/GraphView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/LiveDeployment/GraphView.java b/java/src/IceGridGUI/LiveDeployment/GraphView.java index f042e3c8dc9..7e899d09c35 100644 --- a/java/src/IceGridGUI/LiveDeployment/GraphView.java +++ b/java/src/IceGridGUI/LiveDeployment/GraphView.java @@ -1338,7 +1338,7 @@ public class GraphView extends JFrame implements MetricsFieldContext } public Class getColumnClass(int columnIndex) - { + { switch(columnIndex) { case 0: // Node Name @@ -1398,7 +1398,7 @@ public class GraphView extends JFrame implements MetricsFieldContext return null; } } - } + } public Object getValueAt(int rowIndex, int columnIndex) { |