Browse Source

Revert "Revert """

This reverts commit cb7da9ab1f.
master
yangxiaodong 8 years ago
parent
commit
bebb4f2c5a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Cap.Consistency.Server/IConsumer.cs

+ 1
- 1
src/Cap.Consistency.Server/IConsumer.cs View File

@@ -5,7 +5,7 @@ namespace Cap.Consistency.Server
{ {
public interface IConsumer : IDisposable public interface IConsumer : IDisposable
{ {
void Start();
void Start();


void Start(int count); void Start(int count);




Loading…
Cancel
Save