svn commit: r13102 - trunk/src_new/org/argouml/gefext/ArgoFigText.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2007-07-21 10:48:34-0700
New Revision: 13102

Modified:
   trunk/src_new/org/argouml/gefext/ArgoFigText.java

Log:
Style only.

Modified: trunk/src_new/org/argouml/gefext/ArgoFigText.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/gefext/ArgoFigText.java?view=diff&rev=13102&p1=trunk/src_new/org/argouml/gefext/ArgoFigText.java&p2=trunk/src_new/org/argouml/gefext/ArgoFigText.java&r1=13101&r2=13102
==============================================================================
--- trunk/src_new/org/argouml/gefext/ArgoFigText.java	(original)
+++ trunk/src_new/org/argouml/gefext/ArgoFigText.java	2007-07-21 10:48:34-0700
@@ -47,7 +47,8 @@
  *
  * @author Michiel
  */
-public class ArgoFigText extends FigText implements NotificationEmitter, ArgoFig {
+public class ArgoFigText extends FigText 
+    implements NotificationEmitter, ArgoFig {
 
     private NotificationBroadcasterSupport notifier = 
         new NotificationBroadcasterSupport();
@@ -107,6 +108,9 @@
      * This optional method is not implemented.  It will throw an
      * {@link UnsupportedOperationException} if used.  Figs are 
      * added to a GraphModel which is, in turn, owned by a project.
+     *
+     * @param project the project
+     * @see org.argouml.uml.diagram.ui.ArgoFig#setProject(org.argouml.kernel.Project)
      */
     public void setProject(Project project) {
         throw new UnsupportedOperationException();
@@ -120,9 +124,11 @@
              * Why is the Layer not set in the constructor? */
             Editor editor = Globals.curEditor();
             if (editor == null) {
-                // TODO: The above doesn't work reliably in a constructor.  We
-                // need a better way of getting default fig settings for the owning
-                // project rather than using the project manager singleton. - tfm
+                /* TODO: The above doesn't work reliably in a constructor. 
+                * We need a better way of getting default fig settings 
+                * for the owning project rather than using the project 
+                * manager singleton. - tfm
+                */
                 return ProjectManager.getManager().getCurrentProject();
             }
             Layer lay = editor.getLayerManager().getActiveLayer();
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.