Revision: 14992
          http://gate.svn.sourceforge.net/gate/?rev=14992&view=rev
Author:   markagreenwood
Date:     2012-01-10 18:32:08 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
more javadoc fixes

Modified Paths:
--------------
    gate/trunk/src/gate/gui/ontology/PropertyValue.java
    gate/trunk/src/gate/gui/ontology/SearchAction.java
    gate/trunk/src/gate/gui/ontology/Utils.java

Modified: gate/trunk/src/gate/gui/ontology/PropertyValue.java
===================================================================
--- gate/trunk/src/gate/gui/ontology/PropertyValue.java 2012-01-10 18:16:40 UTC 
(rev 14991)
+++ gate/trunk/src/gate/gui/ontology/PropertyValue.java 2012-01-10 18:32:08 UTC 
(rev 14992)
@@ -45,8 +45,6 @@
 
   /**
    * Gets the associated property
-   * 
-   * @return
    */
   public RDFProperty getProperty() {
     return property;
@@ -54,8 +52,6 @@
 
   /**
    * Gets the set value
-   * 
-   * @return
    */
   public Object getValue() {
     return value;

Modified: gate/trunk/src/gate/gui/ontology/SearchAction.java
===================================================================
--- gate/trunk/src/gate/gui/ontology/SearchAction.java  2012-01-10 18:16:40 UTC 
(rev 14991)
+++ gate/trunk/src/gate/gui/ontology/SearchAction.java  2012-01-10 18:32:08 UTC 
(rev 14992)
@@ -291,11 +291,6 @@
      */
     private JPanel labelPanel;
     
-    /**
-     * Constructor
-     * 
-     * @param owner
-     */
     public ComboRenderer() {
       label = new JLabel();
       iconLabel = new JLabel();

Modified: gate/trunk/src/gate/gui/ontology/Utils.java
===================================================================
--- gate/trunk/src/gate/gui/ontology/Utils.java 2012-01-10 18:16:40 UTC (rev 
14991)
+++ gate/trunk/src/gate/gui/ontology/Utils.java 2012-01-10 18:32:08 UTC (rev 
14992)
@@ -45,9 +45,6 @@
    * expression. <BR>
    * 
    * 
"[a-zA-Z]+(:)(/)+[a-zA-Z0-9\\-]+((\\.)[a-zA-Z0-9\\-]+)+((/)[a-zA-Z0-9\\.\\-_]+)*(#|/)"
-   * 
-   * @param s
-   * @return
    */
   public static boolean isValidNameSpace(String s) {
     String s1 = new String(
@@ -60,9 +57,6 @@
    * Checks whether the provided resource name is a valid resource name
    * In this version, the resource name must match the following java
    * regular expression <BR>. "[a-zA-Z0-9_-]+"
-   * 
-   * @param s
-   * @return
    */
   public static boolean isValidOntologyResourceName(String s) {
     String s1 = new String("[a-zA-Z0-9_-]+");
@@ -72,9 +66,6 @@
 
   /**
    * This method returns the details to be added.
-   * 
-   * @param object
-   * @return
    */
   public static List getDetailsToAdd(Object object) {
     ArrayList<Object> toAdd = new ArrayList<Object>();

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