Skip to content

Commit

Permalink
Updates the comment message
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Oct 7, 2022
1 parent 828fb01 commit 4a2e434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public void setValue(final ParameterRawValueList rawValueList, final MALInteract
continue;
}

// requirement: 3.3.9.2.f the new rawValues type and its definitions rawType must be the same
// requirement: 3.3.9.2.f the new rawValues type and definitions rawType must be the same
if (newValue.getRawValue() != null
&& !newValue.getRawValue().getTypeShortForm().equals(new Integer(pDef.getRawType()))) {
invIndexList.add(new UInteger(index));
Expand Down

0 comments on commit 4a2e434

Please sign in to comment.