You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ad...@apache.org on 2021/12/03 19:39:34 UTC

[ratis] branch master updated: RATIS-1410. Wrong comment in ratis filestore example (#507)

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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ec14c9  RATIS-1410. Wrong comment in ratis filestore example (#507)
3ec14c9 is described below

commit 3ec14c966816634a3f058bd90fa507e1d5300898
Author: Houliang Qi <ne...@163.com>
AuthorDate: Sat Dec 4 03:36:59 2021 +0800

    RATIS-1410. Wrong comment in ratis filestore example (#507)
---
 .../src/main/java/org/apache/ratis/examples/filestore/cli/Server.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ratis-examples/src/main/java/org/apache/ratis/examples/filestore/cli/Server.java b/ratis-examples/src/main/java/org/apache/ratis/examples/filestore/cli/Server.java
index e21326d..973d30b 100644
--- a/ratis-examples/src/main/java/org/apache/ratis/examples/filestore/cli/Server.java
+++ b/ratis-examples/src/main/java/org/apache/ratis/examples/filestore/cli/Server.java
@@ -48,7 +48,7 @@ import java.util.Optional;
 import java.util.concurrent.TimeUnit;
 
 /**
- * Class to start a ratis arithmetic example server.
+ * Class to start a ratis filestore example server.
  */
 @Parameters(commandDescription = "Start an filestore server")
 public class Server extends SubCommandBase {