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 <[email protected]>
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 {