Author: buildbot
Date: Thu Apr 7 01:15:16 2016
New Revision: 984963
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/documentation/core.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 7 01:15:16 2016
@@ -1 +1 @@
-1738064
+1738065
Modified: websites/staging/deltaspike/trunk/content/documentation/core.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/documentation/core.html (original)
+++ websites/staging/deltaspike/trunk/content/documentation/core.html Thu Apr
7 01:15:16 2016
@@ -1764,7 +1764,7 @@ The following example shows how it would
<div class="ulist">
<ul>
<li>
-<p><code>@Futreable</code> - Designed for bean methods that return
<code>Future`s of some form. The method call will automatically be submitted
to an `ExecutorService</code></p>
+<p><code>@Futreable</code> - Designed for bean methods that return
<code>Future’s</code> of some form. The method call will automatically
be submitted to an <code>ExecutorService</code></p>
</li>
<li>
<p><code>@Locked</code> - Ability to prevent concurrent access to a method
based on its usage of reads/writes.</p>