From bebb4f2c5a04e52a2d29df7ce700a8d2986e12d2 Mon Sep 17 00:00:00 2001 From: yangxiaodong Date: Tue, 17 Jan 2017 17:23:47 +0800 Subject: [PATCH] Revert "Revert """ This reverts commit cb7da9ab1fd6ee3e03f04c95e895564b1e37f357. --- src/Cap.Consistency.Server/IConsumer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cap.Consistency.Server/IConsumer.cs b/src/Cap.Consistency.Server/IConsumer.cs index b1eb299..4737859 100644 --- a/src/Cap.Consistency.Server/IConsumer.cs +++ b/src/Cap.Consistency.Server/IConsumer.cs @@ -5,7 +5,7 @@ namespace Cap.Consistency.Server { public interface IConsumer : IDisposable { - void Start(); + void Start(); void Start(int count);