svn commit: r16452 - trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/UMLDiagram.java
Tom Morris <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-12-28 16:28:11-0800
New Revision: 16452
Modified:
trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/UMLDiagram.java
Log:
Fix misleading Javadoc. No code changes.
Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/UMLDiagram.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/UMLDiagram.java?view=diff&pathrev=16452&r1=16451&r2=16452
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/UMLDiagram.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/UMLDiagram.java 2008-12-28 16:28:11-0800
@@ -204,7 +204,6 @@
*
* @param name the name of the new diagram
* @param graphModel graph model to associate with diagram
- * (use new LayerPerspective(name, graphModel)) if you need a default
* @param ns the namespace which will "own" the diagram
*/
public UMLDiagram(String name, Object ns, GraphModel graphModel) {
@@ -216,7 +215,6 @@
* Construct an unnamed diagram using the given GraphModel.
*
* @param graphModel graph model to associate with diagram
- * (use new LayerPerspective(name, graphModel)) if you need a default
*/
public UMLDiagram(GraphModel graphModel) {
super("", graphModel, new LayerPerspective("", graphModel));
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=994704
To unsubscribe from this discussion, e-mail: [[email protected]].