Skip to content

Commit fc686a7

Browse files
author
Ethan Hann
committed
Make interface member public
1 parent 9ab2904 commit fc686a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationEngine/MessageQueue/RabbitMQListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public RabbitMQListener()
3232
shouldTerminate = false;
3333
}
3434

35-
void Dispose()
35+
public void Dispose()
3636
{
3737
shouldTerminate = true;
3838
listenerThread.Join();

0 commit comments

Comments
 (0)