]
Radoslav Husar updated MODCLUSTER-615:
--------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Fix compiler warnings in demo compilation
-----------------------------------------
Key: MODCLUSTER-615
URL:
https://issues.jboss.org/browse/MODCLUSTER-615
Project: mod_cluster
Issue Type: Bug
Components: Documentation & Demos
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 2.0.0.Alpha1, 1.4.0.Alpha1
This was introduced as a fix for MODCLUSTER-358 which can now be reverted since we no
longer support JDK6.
{noformat}
[WARNING]
/Users/rhusar/git/mod_cluster/demo/client/src/main/java/org/jboss/modcluster/demo/client/ModClusterDemo.java:[504,50]
unchecked call to JComboBox(java.util.Vector<E>) as a member of the raw type
javax.swing.JComboBox
[WARNING]
/Users/rhusar/git/mod_cluster/demo/client/src/main/java/org/jboss/modcluster/demo/client/ModClusterDemo.java:[505,43]
unchecked call to setRenderer(javax.swing.ListCellRenderer<? super E>) as a member
of the raw type javax.swing.JComboBox
{noformat}