Revision: 14980
          http://gate.svn.sourceforge.net/gate/?rev=14980&view=rev
Author:   markagreenwood
Date:     2012-01-10 13:14:07 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
fixed a bunch of javadoc warnings

Modified Paths:
--------------
    gate/trunk/src/com/ontotext/gate/vr/ClassNode.java

Modified: gate/trunk/src/com/ontotext/gate/vr/ClassNode.java
===================================================================
--- gate/trunk/src/com/ontotext/gate/vr/ClassNode.java  2012-01-10 13:10:14 UTC 
(rev 14979)
+++ gate/trunk/src/com/ontotext/gate/vr/ClassNode.java  2012-01-10 13:14:07 UTC 
(rev 14980)
@@ -25,10 +25,10 @@
   private Vector<ClassNode> children = new Vector<ClassNode>();
   private Object source;
 
-  /** create a structure representing the class hierarchy of an ontology
-   *  @param includeInstances if true, then instances of the ontology
-   *  are also included
-   *  @return the root node of the structure
+  /**
+   * create a structure representing the class hierarchy of an ontology
+   * 
+   * @return the root node of the structure
    */
   public static ClassNode createRootNode(Ontology o) {
     return createRootNode(o, false, false);

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