File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ public abstract class AbstractGroup : IGroup
44
44
{
45
45
private static readonly IHapiLog Log ;
46
46
47
- private List < AbstractGroupItem > items ;
48
47
private readonly IModelClassFactory myFactory ;
48
+ private List < AbstractGroupItem > items ;
49
49
50
50
static AbstractGroup ( )
51
51
{
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ public class MessageIterator : IEnumerator
26
26
{
27
27
private static readonly IHapiLog Log ;
28
28
29
+ private readonly bool handleUnexpectedSegments ;
29
30
private IStructure currentStructure ;
30
31
private string direction ;
31
32
private Position nextRenamedField ;
32
- private readonly bool handleUnexpectedSegments ;
33
33
34
34
static MessageIterator ( )
35
35
{
You can’t perform that action at this time.
0 commit comments