Author: mcombellack
Date: Thu May 15 07:13:47 2008
New Revision: 656673
URL: http://svn.apache.org/viewvc?rev=656673&view=rev
Log:
Minor corrections to the JavaDoc
Modified:
incubator/tuscany/java/sca/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/invocation/OSGiImplementationProvider.java
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=656673&r1=656672&r2=656673&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
Thu May 15 07:13:47 2008
@@ -434,7 +434,7 @@
}
- // This method is called by OSGiInstanceWrapper.getInstance to obtain the
OSGI service reference
+ // This method is called by OSGiInstanceWrapper.getInstance to obtain the
OSGi service reference
// corresponding to the specified service. The properties used to filter
the service should
// be chosen based on whether this is a normal service or a callback.
protected org.osgi.framework.ServiceReference
getOSGiServiceReference(ComponentService service)