You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ds...@apache.org on 2015/03/05 09:47:19 UTC

svn commit: r1664271 - /incubator/ignite/site/trunk/features.html

Author: dsetrakyan
Date: Thu Mar  5 08:47:18 2015
New Revision: 1664271

URL: http://svn.apache.org/r1664271
Log:
fixing features

Modified:
    incubator/ignite/site/trunk/features.html

Modified: incubator/ignite/site/trunk/features.html
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features.html?rev=1664271&r1=1664270&r2=1664271&view=diff
==============================================================================
--- incubator/ignite/site/trunk/features.html (original)
+++ incubator/ignite/site/trunk/features.html Thu Mar  5 08:47:18 2015
@@ -615,7 +615,7 @@ under the License.
                         <pre class="brush:java">
                             Ignite ignite = Ignition.ignite();
 
-                            // sample remote filter which only accepts events for keys
+                            // Sample remote filter which only accepts events for keys
                             // that are greater than or equal to 10.
                             IgnitePredicate&lt;CacheEvent&gt; rmtLsnr = evt -&gt; evt.key() >= 10;