svn commit: r12688 - trunk/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-05-27 10:54:00-0700
New Revision: 12688

Modified:
   trunk/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java

Log:
Replace magic number with constant



Modified: trunk/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java?view=diff&rev=12688&p1=trunk/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java&p2=trunk/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java&r1=12687&r2=12688
==============================================================================
--- trunk/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java	(original)
+++ trunk/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java	2007-05-27 10:54:00-0700
@@ -833,7 +833,7 @@
     private class DummySettings implements ImportSettings {
 
         public int getImportLevel() {
-            return 0;
+            return ImportSettings.DETAIL_CLASSIFIER;
         }
 
         public String getInputSourceEncoding() {
@@ -862,4 +862,4 @@
      * The UID.
      */
     private static final long serialVersionUID = -8595714827064181907L;
-} /* end class RESequenceDiagramDialog */
+}
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.