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

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-05-20 07:21:42-0700
New Revision: 14775

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAbstraction.java
   trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigRealization.java

Log:
Javadoc cleanup.  Add deprecated annotation.

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAbstraction.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAbstraction.java?view=diff&rev=14775&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAbstraction.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAbstraction.java&r1=14774&r2=14775
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAbstraction.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAbstraction.java	2008-05-20 07:21:42-0700
@@ -1,5 +1,5 @@
 // $Id$
-// Copyright (c) 1996-2007 The Regents of the University of California. All
+// Copyright (c) 1996-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
@@ -31,17 +31,21 @@
 /**
  * Fig representing a UML Abstraction.
  * <p>
- * Implementation was copied here from FigRealization and parent type changed
- * from FigEdgeModelElement to FigDependency to align better with UML spec and
- * to allow reuse for other abstractions such as Derivation, Refinement, or
- * Trace. FigRealization is just a shell for backward compatibility.
- * <p>
+
  * Graphical representation is a dashed line and a triangle arrow-head.
  * 
  * @author agauthie
  */
 public class FigAbstraction extends FigDependency {
 
+    /*
+     * Implementation was copied here from FigRealization and parent type
+     * changed from FigEdgeModelElement to FigDependency to align better with
+     * UML spec and to allow reuse for other abstractions such as Derivation,
+     * Refinement, or Trace. FigRealization is just a shell for backward
+     * compatibility.
+     * 
+     */
     private ArrowHeadTriangle endArrow;
 
     /**
@@ -65,5 +69,5 @@
         setOwner(edge);
     }
 
-} /* end class FigRealization */
+}
 

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigRealization.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigRealization.java?view=diff&rev=14775&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigRealization.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigRealization.java&r1=14774&r2=14775
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigRealization.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigRealization.java	2008-05-20 07:21:42-0700
@@ -1,5 +1,5 @@
 // $Id$
-// Copyright (c) 1996-2007 The Regents of the University of California. All
+// Copyright (c) 1996-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
@@ -28,13 +28,17 @@
 /**
  * Fig for a UML Realization.
  * <p>
- * Implementation has been moved to FigAbstraction for alignment
- * with UML spec and to allow reuse for other abstractions such
- * as Derivation, Refinement, or Trace.
+ * Implementation has been moved to FigAbstraction for alignment with UML spec
+ * and to allow reuse for other abstractions such as Derivation, Refinement, or
+ * Trace.
+ * <p>
  * TODO: Bob says - looks like this should be deprecated with FigAbstraction
- * used instead. Make sure any persistence impact is addressed first.
- * @deprecated for 0.25.5 by tfmorris.  Use {@link FigAbstraction}.
+ * used instead. Make sure any persistence impact is addressed before this is
+ * removed.
+ * 
+ * @deprecated for 0.25.5 by tfmorris. Use {@link FigAbstraction}.
  */
+@Deprecated
 public class FigRealization extends FigAbstraction {
     /**
      * The constructor.
@@ -57,5 +61,5 @@
      * The UID.
      */
     private static final long serialVersionUID = -5688833795126793130L;
-} /* end class FigRealization */
+}
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.