svn commit: r14446 - trunk/src/argouml-core-model/src/org/argouml/model
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-04-23 14:37:13-0700
New Revision: 14446
Modified:
trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
trunk/src/argouml-core-model/src/org/argouml/model/Model.java
Log:
Another batch of Javadoc reference fixes
Modified: trunk/src/argouml-core-model/src/org/argouml/model/Facade.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/Facade.java?view=diff&rev=14446&p1=trunk/src/argouml-core-model/src/org/argouml/model/Facade.java&p2=trunk/src/argouml-core-model/src/org/argouml/model/Facade.java&r1=14445&r2=14446
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/Facade.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/Facade.java 2008-04-23 14:37:13-0700
@@ -849,7 +849,7 @@
* candidate
* @return true if handle is an Permission
* @deprecated for 0.25.4 by tfmorris. Removed from UML 2.x. Use
- * {@link #isAPackageImport()}
+ * {@link #isAPackageImport(Object)}.
*
*/
boolean isAPermission(Object handle);
@@ -1241,11 +1241,10 @@
/**
* Recognizer for Attributes and Features with classifier scope.
*
- * @param handle
- * candidate
+ * @param handle candidate
* @return true if handle has classifier scope.
- * @deprecated for 0.25.4 by tfmorris - use {@link #isStatic()} which has
- * the same semantics, but is compatible with the UML 2.x
+ * @deprecated for 0.25.4 by tfmorris - use {@link #isStatic(Object)} which
+ * has the same semantics, but is compatible with the UML 2.x
* naming.
*/
@Deprecated
Modified: trunk/src/argouml-core-model/src/org/argouml/model/Model.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/Model.java?view=diff&rev=14446&p1=trunk/src/argouml-core-model/src/org/argouml/model/Model.java&p2=trunk/src/argouml-core-model/src/org/argouml/model/Model.java&r1=14445&r2=14446
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/Model.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/Model.java 2008-04-23 14:37:13-0700
@@ -521,7 +521,7 @@
/**
* Allows an external system to register itself to recieve mementos
* created by the model implementation.
- * @see {@link ModelMemento}
+ * @see ModelMemento
*
* @param observer the interested party
* @deprecated use setModelCommandCreationObserver
@@ -534,7 +534,7 @@
/**
* Allows an external system to register itself to receive commands
* created by the model implementation.
- * @see {@link ModelCommand}
+ * @see ModelCommand
*
* @param observer the interested party
*/