svn commit: r15980 - trunk/src/argouml-app/src/org/argouml/uml/diagram/ui

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2008-11-07 22:46:11-0800
New Revision: 15980

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java
   trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigUtil.java

Log:
Improved comments.

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java?view=diff&rev=15980&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java&r1=15979&r2=15980
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java	2008-11-07 22:46:11-0800
@@ -1,5 +1,5 @@
 // $Id$
-// Copyright (c) 2007 The Regents of the University of California. All
+// Copyright (c) 2007-2008 The Regents of the University of California. All
 // Rights Reserved. Permission to use, copy, modify, and distribute this
 // software and its documentation without fee, and without a written
 // agreement is hereby granted, provided that the above copyright notice
@@ -30,16 +30,25 @@
 import org.tigris.gef.presentation.FigGroup;
 
 /**
- * A fig which contains other figs.  ArgoUMLs version of GEF's FigGroup.
+ * A fig which contains other figs.  ArgoUMLs version of GEF's FigGroup. <p>
+ * 
+ * Adds the following functionality: Keep track of the project it belongs to. 
  * 
  * @author Tom Morris <[email protected]>
  */
 public abstract class ArgoFigGroup extends FigGroup implements ArgoFig {
 
+    /**
+     * The constructor. Create a FigGroup that knows about its Project.
+     */
     public ArgoFigGroup() {
         super();
     }
 
+    /**
+     * The constructor. Create a FigGroup that knows about its Project.
+     * @param arg0 the Figs that make up the Group
+     */
     public ArgoFigGroup(List arg0) {
         super(arg0);
     }

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigUtil.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigUtil.java?view=diff&rev=15980&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigUtil.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigUtil.java&r1=15979&r2=15980
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigUtil.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigUtil.java	2008-11-07 22:46:11-0800
@@ -43,7 +43,7 @@
     
     /**
      * Find the Project that contains a given figure.  Because we don't have
-     * a single reliable way to do this, we try a bunch of different approachs.
+     * a single reliable way to do this, we try a bunch of different approaches.
      * 
      * @param fig the Fig to return the project of
      * @return the project containing the given fig
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.