Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Not a bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
Description
Right now, it is:
public Group(int field, int delim) {
this(field, delim, new int[]
);
}
But I think it should get the order info from the Dictionary to make more sense based on the spec. Thanks.