提交 2845d2e8 编写于 作者: S snakejerusalem

Client was expecting for more arguments than needed.

上级 02fa4208
......@@ -28,7 +28,7 @@ public class BFTMapClientCloudFIT {
public static void main(String[] args) throws NumberFormatException {
if(args.length < 4)
if(args.length < 3)
{
System.out.println("Usage: java KVClients <number clients> <process id base> <time for running (sec)>");
System.exit(-1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册