Skip to content

Commit 23aa52c

Browse files
bezpredelchrjohn
authored andcommitted
Update CompositeTypeFactory.java (#205)
Fix typo in CompositeTypeFactory
1 parent 73f2423 commit 23aa52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickfixj-core/src/main/java/org/quickfixj/jmx/openmbean/CompositeTypeFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void defineItem(String itemName, String itemDesc, OpenType itemType) {
5353

5454
public CompositeType createCompositeType() throws OpenDataException {
5555
return new CompositeType(name, description, itemNames
56-
.toArray(new String[itemNames.size()]), itemNames
56+
.toArray(new String[itemNames.size()]), itemDescriptions
5757
.toArray(new String[itemDescriptions.size()]), itemTypes
5858
.toArray(new OpenType[itemTypes.size()]));
5959
}

0 commit comments

Comments
 (0)