svn commit: r17537 - trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/XmlPropertyPanel.java

Michiel van der Wulp <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2009-11-24 05:40:43-0800
New Revision: 17537

Modified:
   trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/XmlPropertyPanel.java

Log:
Fix errors generated by default settings in Eclipse for @Override when only implementing interface.
Adjusted spacing.

Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/XmlPropertyPanel.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/XmlPropertyPanel.java?view=diff&pathrev=17537&r1=17536&r2=17537
==============================================================================
--- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/XmlPropertyPanel.java	(original)
+++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/XmlPropertyPanel.java	2009-11-24 05:40:43-0800
@@ -40,19 +40,19 @@
  * @author penyaskito
  */
 public class XmlPropertyPanel extends JPanel implements ListSelectionListener {
-    
+
     /**
      * Logger.
      */
     private static final Logger LOG = Logger.getLogger(XmlPropertyPanel.class);
-    
+
     private JList selectedList;
-    
+
     public XmlPropertyPanel() {
         super(new LabelledLayout());
         setName("UML Properties");
     }
-    
+
     /**
      * If a RowSelector is added then add a selection listener
      * @param comp the component being added
@@ -83,10 +83,9 @@
      * If a row is selected in a RowSelector then clear the selection in any
      * other Row Selector.
      */
-    @Override
     public void valueChanged(ListSelectionEvent e) {
         final JList list = (JList) e.getSource();
-        
+
         if (selectedList == null && list.getSelectedValues().length > 0) {
             selectedList = list;
             for (Component c : getComponents()) {
@@ -96,6 +95,6 @@
             }
             selectedList = null;
         }
-        
+
     }
 }

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2423815

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.