You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by mc...@apache.org on 2008/03/21 22:35:02 UTC

svn commit: r639862 - in /incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime: EquinoxRuntime.java OSGiBundleActivator.java

Author: mcombellack
Date: Fri Mar 21 14:35:00 2008
New Revision: 639862

URL: http://svn.apache.org/viewvc?rev=639862&view=rev
Log:
Minor JavaDoc updates and spelling corrections

Modified:
    incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/EquinoxRuntime.java
    incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/OSGiBundleActivator.java

Modified: incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/EquinoxRuntime.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/EquinoxRuntime.java?rev=639862&r1=639861&r2=639862&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/EquinoxRuntime.java (original)
+++ incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/EquinoxRuntime.java Fri Mar 21 14:35:00 2008
@@ -55,7 +55,7 @@
         }
         else {
             
-            // Older versions of Equinox dont have a public method to obtain system bundlecontext
+            // Older versions of Equinox don't have a public method to obtain system bundlecontext
             // Extract bundleContext from the private field 'context'. We are assuming that 
             // there is no access restriction
             Method mainMethod = eclipseStarterClass.getMethod("main", String [].class);

Modified: incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/OSGiBundleActivator.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/OSGiBundleActivator.java?rev=639862&r1=639861&r2=639862&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/OSGiBundleActivator.java (original)
+++ incubator/tuscany/java/sca/modules/osgi-runtime/src/main/java/org/apache/tuscany/sca/osgi/runtime/OSGiBundleActivator.java Fri Mar 21 14:35:00 2008
@@ -46,9 +46,9 @@
 	}
 	
 	/**
-	 * Create a bundle classloader which has visibility of all Tuscany related
-	 * bundles. Use this classloader as TCCL, and the Tuscany service discovery
-	 * classloader.
+	 * Create a bundle ClassLoader which has visibility of all Tuscany related
+	 * bundles. Use this ClassLoader as TCCL, and the Tuscany service discovery
+	 * ClassLoader.
 	 * 
 	 * @param bundleContext
 	 */
@@ -81,11 +81,11 @@
 	 * if the installed bundle is a Tuscany bundle using the same Core-SPI bundle.
 	 * Since the bundle containing this activator is in Tuscany Runtime, this bundle
 	 * will provide access to Runtime and its dependencies (SPI, SCA-API). Third party
-	 * bundles dont need to be in the service discovery classpath, since they will be automatically
+	 * bundles don't need to be in the service discovery classpath, since they will be automatically
 	 * imported by bundles which require them. That leaves Tuscany extension bundles,
 	 * which are added to the service discovery classpath here.
 	 * 
-	 * 3rd party bundle should be explicity added to TCCL since classes from these
+	 * 3rd party bundle should be explicitly added to TCCL since classes from these
 	 * bundles use TCCL to load other classes from the bundle.
 	 * 
 	 * Load one class from the bundle to check if the new bundle matches this runtime bundle.
@@ -147,8 +147,8 @@
 
 
 	/**
-	 * Bundle classloader that searches a bundle classpath consisting of
-	 * a list of bundles. The parent classloader is searched only if a class
+	 * Bundle ClassLoader that searches a bundle classpath consisting of
+	 * a list of bundles. The parent ClassLoader is searched only if a class
 	 * cannot be loaded from the bundle classpath. Tuscany bundles are
 	 * dynamically added and removed from the bundle classpath when the bundles
 	 * are installed and uninstalled.



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org