Skip to content

Commit

Permalink
[Java] Move file length up in message to keep common base fields. Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Mar 16, 2018
1 parent 92660f6 commit f6a9c85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aeron-samples/src/main/java/io/aeron/samples/FileSender.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
* | Correlation ID |
* | |
* +---------------------------------------------------------------+
* | Offset |
* | File Length |
* | |
* +---------------------------------------------------------------+
* | Length |
* | Offset |
* | |
* +---------------------------------------------------------------+
* | File Length |
* | Length |
* | |
* +---------------------------------------------------------------+
* </pre>
Expand Down

0 comments on commit f6a9c85

Please sign in to comment.