Revision: 14988
          http://gate.svn.sourceforge.net/gate/?rev=14988&view=rev
Author:   markagreenwood
Date:     2012-01-10 17:03:21 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
some more javadoc fixes

Modified Paths:
--------------
    gate/trunk/src/gate/swing/JChoice.java

Modified: gate/trunk/src/gate/swing/JChoice.java
===================================================================
--- gate/trunk/src/gate/swing/JChoice.java      2012-01-10 17:01:29 UTC (rev 
14987)
+++ gate/trunk/src/gate/swing/JChoice.java      2012-01-10 17:03:21 UTC (rev 
14988)
@@ -328,8 +328,6 @@
   }
 
   /**
-   * @param index
-   * @return
    * @see javax.swing.ListModel#getElementAt(int)
    */
   public Object getElementAt(int index) {
@@ -337,7 +335,6 @@
   }
 
   /**
-   * @return
    * @see javax.swing.ComboBoxModel#getSelectedItem()
    */
   public Object getSelectedItem() {
@@ -345,7 +342,6 @@
   }
 
   /**
-   * @return
    * @see javax.swing.ListModel#getSize()
    */
   public int getItemCount() {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to