Skip to content

Commit b3800bc

Browse files
author
Philip Whitehouse
committed
Expose MessageQueue interface to allow re-implementation
1 parent dce91e6 commit b3800bc

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)