Skip to content

Commit

Permalink
Merge pull request #645 from philipwhiuk/publicMessageQueue
Browse files Browse the repository at this point in the history
Expose MessageQueue interface to allow re-implementation
  • Loading branch information
chrjohn authored Dec 2, 2023
2 parents 03a4a19 + bcac9fc commit 53338f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickfixj-core/src/main/java/quickfix/MessageQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* @see quickfix.Session
*/
interface MessageQueue {
public interface MessageQueue {

/**
* Enqueue a message.
Expand Down

0 comments on commit 53338f5

Please sign in to comment.