removed unneeded warning, updated editor.
[feisty_meow.git] / kona / src / org / feistymeow / dragdrop / dragdrop_list_test.java
index 2775560e6d6045b531c60e07b579755b80facc82..57d4adbde2394cc67e9f4c9182ae21c41e31fcf5 100644 (file)
@@ -21,14 +21,13 @@ import org.apache.log4j.PropertyConfigurator;
  * @license This file is free software; you can modify and redistribute it under the terms of the
  *          Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0
  */
-@SuppressWarnings({"serial", "rawtypes"})
+@SuppressWarnings("serial")
 public class dragdrop_list_test extends JFrame implements ListSelectionListener
 {
     private DraggableDroppableList list;
     private JTextField fileName;
     static private Log logger = LogFactory.getLog(dragdrop_list_test.DraggableDroppableList.class);
 
-    @SuppressWarnings("unchecked")
        public dragdrop_list_test(String startPath)
     {
         super("dragdrop_test");
@@ -98,7 +97,6 @@ public class dragdrop_list_test extends JFrame implements ListSelectionListener
 
     public class DraggableDroppableList extends JList implements IDragonDropDataProvider
     {
-        @SuppressWarnings("unchecked")
                public DraggableDroppableList()
         {
             setModel(new DefaultListModel());