Skip to content

Commit bafae3b

Browse files
authored
minor clarification in javadoc
1 parent 5029134 commit bafae3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,9 @@ public boolean isFirstFieldInGroupIsDelimiter() {
567567
}
568568
/**
569569
* Controls whether any field which is
570-
* first in the group would be used as delimiter
570+
* first in the repeating group would be used as delimiter
571571
*
572-
* @param flag true = use first field from message, false = follow data dictionary
572+
* @param flag true = use first field from repeating group, false = follow data dictionary
573573
* Must be used with disabled {@link #setCheckUnorderedGroupFields(boolean)}
574574
*/
575575
public void setFirstFieldInGroupIsDelimiter(boolean flag) {
@@ -582,7 +582,7 @@ public void setFirstFieldInGroupIsDelimiter(boolean flag) {
582582
}
583583

584584
/**
585-
* Controls whether group fields are in the same order
585+
* Controls whether repeating group fields are in the same order
586586
*
587587
* @param flag true = checked, false = not checked
588588
*/

0 commit comments

Comments
 (0)