You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2016/12/05 16:44:56 UTC

incubator-fluo-website git commit: Jekyll build from gh-pages:a7d68d6

Repository: incubator-fluo-website
Updated Branches:
  refs/heads/asf-site 44e069797 -> 94539eab2


Jekyll build from gh-pages:a7d68d6

bugfix in ex1


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/commit/94539eab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/tree/94539eab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/diff/94539eab

Branch: refs/heads/asf-site
Commit: 94539eab2717109e1325c821af8d170b3f03fa85
Parents: 44e0697
Author: Keith Turner <kt...@apache.org>
Authored: Mon Dec 5 11:43:20 2016 -0500
Committer: Keith Turner <kt...@apache.org>
Committed: Mon Dec 5 11:43:20 2016 -0500

----------------------------------------------------------------------
 feed.xml                   | 4 ++--
 tour/exercise-1/index.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/blob/94539eab/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index b9b0556..90af534 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>https://fluo.apache.org//</link>
     <atom:link href="https://fluo.apache.org//feed.xml" rel="self" type="application/rss+xml" />
-    <pubDate>Wed, 30 Nov 2016 02:06:59 +0000</pubDate>
-    <lastBuildDate>Wed, 30 Nov 2016 02:06:59 +0000</lastBuildDate>
+    <pubDate>Mon, 05 Dec 2016 16:43:17 +0000</pubDate>
+    <lastBuildDate>Mon, 05 Dec 2016 16:43:17 +0000</lastBuildDate>
     <generator>Jekyll v3.3.0</generator>
     
       <item>

http://git-wip-us.apache.org/repos/asf/incubator-fluo-website/blob/94539eab/tour/exercise-1/index.html
----------------------------------------------------------------------
diff --git a/tour/exercise-1/index.html b/tour/exercise-1/index.html
index a45897b..87fda9c 100644
--- a/tour/exercise-1/index.html
+++ b/tour/exercise-1/index.html
@@ -637,7 +637,7 @@ following.</p>
     <span class="n">wordCounter</span> <span class="o">=</span> <span class="k">new</span> <span class="n">WordCounter</span><span class="o">(</span><span class="n">context</span><span class="o">.</span><span class="na">getAppConfiguration</span><span class="o">());</span>
   <span class="o">}</span>
 
-  <span class="kd">private</span> <span class="kt">void</span> <span class="nf">adjustCounts</span><span class="o">(</span><span class="n">TransactionBase</span> <span class="n">tx</span><span class="o">,</span> <span class="kt">int</span> <span class="n">delta</span><span class="o">,</span> <span class="n">String</span><span class="o">[]</span> <span class="n">words</span><span class="o">)</span> <span class="o">{</span>
+  <span class="kd">private</span> <span class="kt">void</span> <span class="nf">adjustCounts</span><span class="o">(</span><span class="n">TransactionBase</span> <span class="n">tx</span><span class="o">,</span> <span class="kt">int</span> <span class="n">delta</span><span class="o">,</span> <span class="n">List</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">words</span><span class="o">)</span> <span class="o">{</span>
     <span class="n">wordCounter</span><span class="o">.</span><span class="na">adjustCounts</span><span class="o">(</span><span class="n">tx</span><span class="o">,</span> <span class="n">delta</span><span class="o">,</span> <span class="n">words</span><span class="o">);</span>
   <span class="o">}</span>
 </code></pre>