This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 4ba003c7 Automatic Site Publish by Buildbot
4ba003c7 is described below

commit 4ba003c75d778683f75105215f8a4eb84c1bdfd5
Author: buildbot <us...@infra.apache.org>
AuthorDate: Fri May 27 13:02:24 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/feed.xml                        | 4 ++--
 output/tour/getting-started/index.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/output/feed.xml b/output/feed.xml
index 3d52fcf6..656a803c 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Wed, 25 May 2022 18:20:53 +0000</pubDate>
-    <lastBuildDate>Wed, 25 May 2022 18:20:53 +0000</lastBuildDate>
+    <pubDate>Fri, 27 May 2022 13:02:17 +0000</pubDate>
+    <lastBuildDate>Fri, 27 May 2022 13:02:17 +0000</lastBuildDate>
     <generator>Jekyll v4.2.0</generator>
     
     
diff --git a/output/tour/getting-started/index.html 
b/output/tour/getting-started/index.html
index eb726945..54fe4166 100644
--- a/output/tour/getting-started/index.html
+++ b/output/tour/getting-started/index.html
@@ -166,7 +166,7 @@ version of Accumulo that runs on your local filesystem.  It 
should only be used
 great here on the tour.  Files and logs used by <a 
href="https://static.javadoc.io/org.apache.accumulo/accumulo-minicluster/2.0.1/org/apache/accumulo/minicluster/MiniAccumuloCluster.html";>MiniAccumuloCluster</a>
 can be seen in the <code class="language-plaintext 
highlighter-rouge">target/mac######</code> directory.</p>
   </li>
   <li>Modify the <em>exercise</em> method to print a hello message. You will 
put your code in this method for each lesson.
-    <div class="language-java highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  <span class="kd">static</span> <span 
class="kt">void</span> <span class="nf">exercise</span><span 
class="o">(</span><span class="nc">AccumuloClient</span> <span 
class="n">client</span><span class="o">)</span> <span class="o">{</span>
+    <div class="language-java highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  <span class="kd">static</span> <span 
class="kt">void</span> <span class="nf">exercise</span><span 
class="o">(</span><span class="nc">AccumuloClient</span> <span 
class="n">client</span><span class="o">)</span> <span class="kd">throws</span> 
<span class="nc">Exception</span> <span class="o">{</span>
  <span class="c1">// Write your code here</span>
  <span class="nc">System</span><span class="o">.</span><span 
class="na">out</span><span class="o">.</span><span 
class="na">println</span><span class="o">(</span><span class="s">"Hello 
world"</span><span class="o">);</span>
   <span class="o">}</span>

Reply via email to