Author: pderop
Date: Thu Jan 28 23:39:29 2016
New Revision: 1727458
URL: http://svn.apache.org/viewvc?rev=1727458&view=rev
Log:
Fixed javadoc.
Modified:
felix/sandbox/pderop/dependencymanager-lambda/org.apache.felix.dependencymanager.lambda.samples/src/org/apache/felix/dependencymanager/lambda/samples/future/Activator.java
Modified:
felix/sandbox/pderop/dependencymanager-lambda/org.apache.felix.dependencymanager.lambda.samples/src/org/apache/felix/dependencymanager/lambda/samples/future/Activator.java
URL:
http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager-lambda/org.apache.felix.dependencymanager.lambda.samples/src/org/apache/felix/dependencymanager/lambda/samples/future/Activator.java?rev=1727458&r1=1727457&r2=1727458&view=diff
==============================================================================
---
felix/sandbox/pderop/dependencymanager-lambda/org.apache.felix.dependencymanager.lambda.samples/src/org/apache/felix/dependencymanager/lambda/samples/future/Activator.java
(original)
+++
felix/sandbox/pderop/dependencymanager-lambda/org.apache.felix.dependencymanager.lambda.samples/src/org/apache/felix/dependencymanager/lambda/samples/future/Activator.java
Thu Jan 28 23:39:29 2016
@@ -26,8 +26,8 @@ import org.osgi.service.log.LogService;
/**
* This examples show how to use the new "Future" dependency available from
the dependencymanager-lambda library.
* The PageLink component provides the list of available hrefs found from the
Felix web site.
- * The page is downloaded asynchronously using a CompletableFuture, and the
component of the FelixLinksImpl
- * will wait for the future to be completed before start.
+ * The page is downloaded asynchronously using a CompletableFuture, and the
component of the PageLinkImpl class
+ * will wait for the completion of the future before start.
*
* The interesting thing to look at is located in the PageLinkImpl.init()
method.
*