svn commit: r17423 - trunk/src/argouml-app/src/org/argouml/kernel/Project.java

Thomas Neustupny <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: thn
Date: 2009-10-22 14:42:45-0700
New Revision: 17423

Modified:
   trunk/src/argouml-app/src/org/argouml/kernel/Project.java

Log:
fixing typo in constant initialization

Modified: trunk/src/argouml-app/src/org/argouml/kernel/Project.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/kernel/Project.java?view=diff&pathrev=17423&r1=17422&r2=17423
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/kernel/Project.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/kernel/Project.java	2009-10-22 14:42:45-0700
@@ -57,7 +57,7 @@
     /**
      * Project type: a profile project
      */
-    public static final int PROFILE_PROJECT = 0;
+    public static final int PROFILE_PROJECT = 1;
 
     /**
      * Get the project name. This is just the name part of the full filename.

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2410441

To unsubscribe from this discussion, e-mail: [[email protected]].
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.