File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
quickfixj-core/src/main/java/quickfix Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments