svn commit: r15377 - trunk/src/argouml-app/src/org/argouml/uml/reveng/java/Modeller.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-07-27 08:50:54-0700
New Revision: 15377
Modified:
trunk/src/argouml-app/src/org/argouml/uml/reveng/java/Modeller.java
Log:
Fix Javadoc. No functional change.
Modified: trunk/src/argouml-app/src/org/argouml/uml/reveng/java/Modeller.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/reveng/java/Modeller.java?view=diff&rev=15377&p1=trunk/src/argouml-app/src/org/argouml/uml/reveng/java/Modeller.java&p2=trunk/src/argouml-app/src/org/argouml/uml/reveng/java/Modeller.java&r1=15376&r2=15377
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/reveng/java/Modeller.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/reveng/java/Modeller.java 2008-07-27 08:50:54-0700
@@ -140,9 +140,12 @@
/**
* Create a new modeller.
- *
+ *
* @param theModel The model to work with.
- * @param settings the settings to use for this import
+ * @param attributeSelected true if associations should be modeled as
+ * attributes
+ * @param datatypeSelected true if arrays should be modeled as datatypes
+ * instead of instead of using UML multiplicities
* @param theFileName the current file name
*/
public Modeller(Object theModel, boolean attributeSelected,