Author: pderop
Date: Sun Mar 6 19:27:59 2016
New Revision: 1733832
URL: http://svn.apache.org/viewvc?rev=1733832&view=rev
Log:
fixed java version
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext?rev=1733832&r1=1733831&r2=1733832&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext
Sun Mar 6 19:27:59 2016
@@ -15,7 +15,7 @@ the original DM API.
We'll see later that using lambdas avoids to call the last "`build`" method
and allows to automatically add the constructed DM Component into the
DependencyManager object.
-Please notice that using the dm-lambda library requires the usage of a recent
Java8 jvm (the library has been tested with java version "1.8.0_71").
+Please notice that using the dm-lambda library requires the usage of a recent
Java8 jvm (the library has been tested with java version "1.8.0_74").
## Comparing two activators using old and new API: