Author: tfmorris
Date: 2008-06-23 10:35:07-0700
New Revision: 15053
Modified:
trunk/src/argouml-app/src/org/argouml/uml/reveng/java/JavaImport.java
Log:
Minor style cleanups.
Modified: trunk/src/argouml-app/src/org/argouml/uml/reveng/java/JavaImport.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/reveng/java/JavaImport.java?view=diff&rev=15053&p1=trunk/src/argouml-app/src/org/argouml/uml/reveng/java/JavaImport.java&p2=trunk/src/argouml-app/src/org/argouml/uml/reveng/java/JavaImport.java&r1=15052&r2=15053
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/reveng/java/JavaImport.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/reveng/java/JavaImport.java 2008-06-23 10:35:07-0700
@@ -117,7 +117,6 @@
public static final ConfigurationKey KEY_IMPORT_EXTENDED_ORDEREDCOLLS_LIST =
Configuration
.makeKey("import", "extended", "java", "orderedcolls", "list");
-
/**
* New model elements that were added
@@ -125,10 +124,12 @@
private Collection newElements;
private List<SettingsTypes.Setting> settingsList;
+
private SettingsTypes.UniqueSelection2 attributeSetting;
+
private SettingsTypes.UniqueSelection2 datatypeSetting;
- private SettingsTypes.PathListSelection pathlistSetting;
-
+
+ private SettingsTypes.PathListSelection pathlistSetting;
/*
* @see org.argouml.uml.reveng.ImportInterface#parseFiles(org.argouml.kernel.Project, java.util.Collection, org.argouml.uml.reveng.ImportSettings, org.argouml.application.api.ProgressMonitor)
@@ -257,7 +258,7 @@
// Create a modeller for the parser
Modeller modeller = new Modeller(p.getModel(),
- isAttributeSelected(),isDatatypeSelected(),
+ isAttributeSelected(), isDatatypeSelected(),
f.getName());
// Print the name of the current file, so we can associate
@@ -345,7 +346,7 @@
* @see org.argouml.moduleloader.ModuleInterface#enable()
*/
public boolean enable() {
- ImporterManager.getInstance().addImporter(this);
+ ImporterManager.getInstance().addImporter(this);
return true;
}
@@ -407,7 +408,7 @@
}
- public void updateImportClassloader() {
+ private void updateImportClassloader() {
List<String> pathList = pathlistSetting.getPathList();
URL[] urls = new URL[pathList.size()];
@@ -447,5 +448,4 @@
public boolean isDatatypeSelected() {
return datatypeSetting.getSelection() == 0;
}
-
}
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.