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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5ca0cecc Fix Accumulo tour page 1 markdown code (#318)
5ca0cecc is described below

commit 5ca0cecc8241652edb884dba14b7817127cc7904
Author: Luke Foster <84727868+foste...@users.noreply.github.com>
AuthorDate: Fri May 27 09:02:05 2022 -0400

    Fix Accumulo tour page 1 markdown code (#318)
---
 tour/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tour/getting-started.md b/tour/getting-started.md
index 64791679..b7213132 100644
--- a/tour/getting-started.md
+++ b/tour/getting-started.md
@@ -19,7 +19,7 @@ great here on the tour.  Files and logs used by 
[MiniAccumuloCluster] can be see
 
 3. Modify the _exercise_ method to print a hello message. You will put your 
code in this method for each lesson.
 ```java
-  static void exercise(AccumuloClient client) {
+  static void exercise(AccumuloClient client) throws Exception {
     // Write your code here
     System.out.println("Hello world");
   }

Reply via email to