Author: jboynes
Date: Thu Jul 20 15:28:56 2006
New Revision: 424093
URL: http://svn.apache.org/viewvc?rev=424093&view=rev
Log:
fix checkstyle problem
Modified:
incubator/tuscany/java/sca/core/src/main/java/org/apache/tuscany/core/launcher/Launcher.java
Modified:
incubator/tuscany/java/sca/core/src/main/java/org/apache/tuscany/core/launcher/Launcher.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/core/src/main/java/org/apache/tuscany/core/launcher/Launcher.java?rev=424093&r1=424092&r2=424093&view=diff
==============================================================================
---
incubator/tuscany/java/sca/core/src/main/java/org/apache/tuscany/core/launcher/Launcher.java
(original)
+++
incubator/tuscany/java/sca/core/src/main/java/org/apache/tuscany/core/launcher/Launcher.java
Thu Jul 20 15:28:56 2006
@@ -43,14 +43,6 @@
* @version $Rev: 417136 $ $Date: 2006-06-26 03:54:48 -0400 (Mon, 26 Jun 2006)
$
*/
public class Launcher {
- // REVIEW: ([EMAIL PROTECTED]) Perhaps this should be null / have no
default?
- // It seems to me it would very unusual (ie, uncommonly-simplistic) for
the system classloader to be the desired
- // application loader, and we might be better off requiring it to be
injected.
- private ClassLoader applicationLoader = ClassLoader.getSystemClassLoader();
- private String className;
- private RuntimeComponent runtime;
- private Deployer deployer;
-
/**
* A conventional META-INF based location for the system SCDL. Refers to
a location
* on the classloader used to load this class.
@@ -66,6 +58,14 @@
* @see #bootApplication(String)
*/
public static final String METAINF_APPLICATION_SCDL_PATH =
"META-INF/sca/default.scdl";
+
+ // REVIEW: ([EMAIL PROTECTED]) Perhaps this should be null / have no
default?
+ // It seems to me it would very unusual (ie, uncommonly-simplistic) for
the system classloader to be the desired
+ // application loader, and we might be better off requiring it to be
injected.
+ private ClassLoader applicationLoader = ClassLoader.getSystemClassLoader();
+ private String className;
+ private RuntimeComponent runtime;
+ private Deployer deployer;
/**
* Returns the classloader for application classes.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]