Skip to content

Commit 53338f5

Browse files
authored
Merge pull request #645 from philipwhiuk/publicMessageQueue
Expose MessageQueue interface to allow re-implementation
2 parents 03a4a19 + bcac9fc commit 53338f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickfixj-core/src/main/java/quickfix/MessageQueue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @see quickfix.Session
2626
*/
27-
interface MessageQueue {
27+
public interface MessageQueue {
2828

2929
/**
3030
* Enqueue a message.

0 commit comments

Comments
 (0)