Author: mcombellack
Date: Fri Mar 21 13:06:54 2008
New Revision: 639785

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

Modified:
    
incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/context/OSGiAnnotations.java
    
incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/invocation/OSGiImplementationProvider.java
    
incubator/tuscany/java/sca/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/TestModelResolver.java

Modified: 
incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/context/OSGiAnnotations.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/context/OSGiAnnotations.java?rev=639785&r1=639784&r2=639785&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/context/OSGiAnnotations.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/context/OSGiAnnotations.java
 Fri Mar 21 13:06:54 2008
@@ -61,7 +61,7 @@
  * OSGi bundles are not introspected by OSGiImplementation when a component is 
created.
  * Instead if the list of implementation classes is specified in 
<implementation.osgi/>,
  * the classes are introspected when the bundle is resolved. The classes are 
loaded using
- * the bundle classloader, and hence the delay in annotation processing is 
inevitable.
+ * the bundle ClassLoader, and hence the delay in annotation processing is 
inevitable.
  * There is one other difference compared to implementation.java. While 
instances (and
  * the instance class) are associated with a component in Java, all Java 
annotations from
  * the component implementation class apply to all the component instances. In 
OSGi, 

Modified: 
incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/invocation/OSGiImplementationProvider.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/invocation/OSGiImplementationProvider.java?rev=639785&r1=639784&r2=639785&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/invocation/OSGiImplementationProvider.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/invocation/OSGiImplementationProvider.java
 Fri Mar 21 13:06:54 2008
@@ -698,8 +698,8 @@
         
 
         // FIXME: At the moment injection of values into instances require an 
instance to be obtained
-        // throught the instance wrapper, and hence requires a proxy. When we 
do this processing here,
-        // we dont yet know whether the target requires any property or 
callback injection. So it is
+        // through the instance wrapper, and hence requires a proxy. When we 
do this processing here,
+        // we don't yet know whether the target requires any property or 
callback injection. So it is
         // safer to create a proxy all the time. 
         boolean createProxy = true; 
        

Modified: 
incubator/tuscany/java/sca/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/TestModelResolver.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/TestModelResolver.java?rev=639785&r1=639784&r2=639785&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/TestModelResolver.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/TestModelResolver.java
 Fri Mar 21 13:06:54 2008
@@ -79,7 +79,7 @@
                 return unresolved;
             }
             
-            // Store a new ClassReference wrappering the loaded class
+            // Store a new ClassReference wrapping the loaded class
             resolved = new ClassReference(clazz);
             map.put(resolved, resolved);
             



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to