svn commit: r12921 - trunk/src/model/src/org/argouml/model

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: linus
Date: 2007-06-28 15:13:36-0700
New Revision: 12921

Modified:
   trunk/src/model/src/org/argouml/model/Facade.java
   trunk/src/model/src/org/argouml/model/Model.java
   trunk/src/model/src/org/argouml/model/UmlFactory.java

Log:
Style issues.

Modified: trunk/src/model/src/org/argouml/model/Facade.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/src/org/argouml/model/Facade.java?view=diff&rev=12921&p1=trunk/src/model/src/org/argouml/model/Facade.java&p2=trunk/src/model/src/org/argouml/model/Facade.java&r1=12920&r2=12921
==============================================================================
--- trunk/src/model/src/org/argouml/model/Facade.java	(original)
+++ trunk/src/model/src/org/argouml/model/Facade.java	2007-06-28 15:13:36-0700
@@ -723,9 +723,10 @@
     boolean isAModelElement(Object handle);
     
     /**
-     * Recognizer for a UML element which can have a name. In UML 1.x, this is
-     * just a ModelElement, but in UML 2.x it's a separate metatype. Use this method
-     * if you're principally interested in whether something can be named.
+     * Recognizer for a UML element which can have a name. In UML 1.x,
+     * this is just a ModelElement, but in UML 2.x it's a separate
+     * metatype. Use this method if you're principally interested in
+     * whether something can be named.
      * 
      * @param handle
      *            candidate
@@ -839,7 +840,7 @@
      *            candidate
      * @return true if handle is a Primitive
      * @deprecated for 0.25.4 by tfmorris. Renamed in UML 2.x. Use
-     *             {@link #isAPrimitiveType(Object).
+     *             {@link #isAPrimitiveType(Object)}.
      */
     boolean isAPrimitive(Object handle);
 
@@ -858,7 +859,7 @@
      *            candidate
      * @return true if handle is a ProgrammingLanguageDataType
      * @deprecated for 0.25.4 by tfmorris. Removed from UML 2.x. Use
-     *             {@link #isAPrimitiveType(Object).
+     *             {@link #isAPrimitiveType(Object)}.
      */
     boolean isAProgrammingLanguageDataType(Object handle);
 

Modified: trunk/src/model/src/org/argouml/model/Model.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/src/org/argouml/model/Model.java?view=diff&rev=12921&p1=trunk/src/model/src/org/argouml/model/Model.java&p2=trunk/src/model/src/org/argouml/model/Model.java&r1=12920&r2=12921
==============================================================================
--- trunk/src/model/src/org/argouml/model/Model.java	(original)
+++ trunk/src/model/src/org/argouml/model/Model.java	2007-06-28 15:13:36-0700
@@ -477,8 +477,8 @@
      * 
      * @param model
      *            the project member model
-     * @param writer
-     *            the writer
+     * @param stream
+     *            the stream to write to
      * @param version
      *            string to be written into file header as XMI writer version
      * @return the object implementing the XmiWriter interface

Modified: trunk/src/model/src/org/argouml/model/UmlFactory.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/src/org/argouml/model/UmlFactory.java?view=diff&rev=12921&p1=trunk/src/model/src/org/argouml/model/UmlFactory.java&p2=trunk/src/model/src/org/argouml/model/UmlFactory.java&r1=12920&r2=12921
==============================================================================
--- trunk/src/model/src/org/argouml/model/UmlFactory.java	(original)
+++ trunk/src/model/src/org/argouml/model/UmlFactory.java	2007-06-28 15:13:36-0700
@@ -128,12 +128,13 @@
     void delete(Object elem);
 
     /**
-     * Check whether a model element has been deleted.
-     * <p>
-     * <em>NOTE:</em>Not thread-safe!  Without external synchronization there's no
-     * guarantee that the element won't be deleted by thread after this method
-     * returns, but before the caller can do anything with it.
-     * <p>
+     * Check whether a model element has been deleted.<p>
+     *
+     * <em>NOTE:</em>Not thread-safe!
+     * Without external synchronization there's no guarantee that the
+     * element won't be deleted by thread after this method returns, but
+     * before the caller can do anything with it.<p>
+     *
      * If the calling code isn't protected by a lock or some other type of
      * synchronization, an alternative to using this call is to use a 
      * try/catch block which catches InvalidElementExceptions.
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.