changeset 1626:b708106d5780

Fix class cast exception in new thread table http://icedtea.classpath.org/pipermail/thermostat/2014-December/012150.html reviewed-by: omajid
author Mario Torre <neugens.limasoftware@gmail.com>
date Thu, 11 Dec 2014 11:45:06 +0100
parents 2c54f59361f0
children 14e6eef84acf
files thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadTableView.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadTableView.java	Thu Dec 11 11:45:04 2014 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadTableView.java	Thu Dec 11 11:45:06 2014 +0100
@@ -244,7 +244,7 @@
         @Override
         public Class<?> getColumnClass(int column) {
             switch (column) {
-            case 1:
+            case 0:
             case 2:
             case 3:
             case 6: