Skip to content

Commit

Permalink
improve JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-adaptive committed Jun 27, 2024
1 parent a4b61d1 commit 4eae457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public enum LogTag
* This logs direct reads and writes of messages from TCP sockets. These lines are labelled "Read" and
* "Written".
*
* NB: TCP reads may read multiple messages at the same time. This isn't a bug.
* NB: TCP reads may read partial messages or multiple messages at the same time. This isn't a bug.
*/
FIX_MESSAGE_TCP,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ public SessionWriter sessionWriter(
* This allows offline sessions to be created using this method and messages sent via either the SessionWriter
* or the Session itself.
*
* For the FIX version see {@link #followerFixPSession(FixPContext, long)}.
* For the FIXP version see {@link #followerFixPSession(FixPContext, long)}.
*
* @param headerEncoder the message header that contains fields that identify the Session. You could set the
* senderCompId and targetCompId on this header for example if those are the fields used to
Expand Down

0 comments on commit 4eae457

Please sign in to comment.