svn commit: r13851 - trunk/src_new/org/argouml/profile/internal/ProfileManagerImpl.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-12-01 17:06:38-0800
New Revision: 13851
Modified:
trunk/src_new/org/argouml/profile/internal/ProfileManagerImpl.java
Log:
Wrap long line
Modified: trunk/src_new/org/argouml/profile/internal/ProfileManagerImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/profile/internal/ProfileManagerImpl.java?view=diff&rev=13851&p1=trunk/src_new/org/argouml/profile/internal/ProfileManagerImpl.java&p2=trunk/src_new/org/argouml/profile/internal/ProfileManagerImpl.java&r1=13850&r2=13851
==============================================================================
--- trunk/src_new/org/argouml/profile/internal/ProfileManagerImpl.java (original)
+++ trunk/src_new/org/argouml/profile/internal/ProfileManagerImpl.java 2007-12-01 17:06:38-0800
@@ -138,8 +138,10 @@
private void loadDirectoriesFromConfiguration() {
disableConfigurationUpdate = true;
- StringTokenizer tokenizer = new StringTokenizer(Configuration
- .getString(KEY_DEFAULT_DIRECTORIES), DIRECTORY_SEPARATOR, false);
+ StringTokenizer tokenizer =
+ new StringTokenizer(
+ Configuration.getString(KEY_DEFAULT_DIRECTORIES),
+ DIRECTORY_SEPARATOR, false);
while (tokenizer.hasMoreTokens()) {
searchDirectories.add(tokenizer.nextToken());