Author: jmarino
Date: Mon Oct 2 17:43:04 2006
New Revision: 452286
URL: http://svn.apache.org/viewvc?view=rev&rev=452286
Log:
checkstyle cleanup
Modified:
incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/Launcher.java
incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/RuntimeInfo.java
Modified:
incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/Launcher.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/Launcher.java?view=diff&rev=452286&r1=452285&r2=452286
==============================================================================
---
incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/Launcher.java
(original)
+++
incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/Launcher.java
Mon Oct 2 17:43:04 2006
@@ -39,13 +39,13 @@
* @throws TuscanyException if there was a problem booting the runtimr
*/
void bootRuntime(URL systemScdl, ClassLoader systemClassLoader,
MonitorFactory monitorFactory)
- throws TuscanyException;
+ throws TuscanyException;
/**
* Shutdown the Tuscany runtime.
*/
void shutdownRuntime();
-
+
/**
* Boot a default application into the runtime.
*
Modified:
incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/RuntimeInfo.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/RuntimeInfo.java?view=diff&rev=452286&r1=452285&r2=452286
==============================================================================
---
incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/RuntimeInfo.java
(original)
+++
incubator/tuscany/java/sca/kernel/host-api/src/main/java/org/apache/tuscany/host/RuntimeInfo.java
Mon Oct 2 17:43:04 2006
@@ -30,7 +30,7 @@
/**
* The default name that the runtime should assign to the component
providing this service.
*/
- static final String COMPONENT_NAME = "RuntimeInfo";
+ String COMPONENT_NAME = "RuntimeInfo";
/**
* Return the directory where the running runtime was installed.
@@ -45,10 +45,10 @@
* @return the directory used to resolve application file paths.
*/
File getApplicationRootDirectory();
-
+
/**
* Gets the base URL for the runtime.
- *
+ *
* @return The base URL for the runtime.
*/
URL getBaseURL();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]