Skip to content

Commit 4a2e434

Browse files
committed
Updates the comment message
1 parent 828fb01 commit 4a2e434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/mo-services-impl/ccsds-mc-impl/src/main/java/esa/mo/mc/impl/provider/ParameterProviderServiceImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ public void setValue(final ParameterRawValueList rawValueList, final MALInteract
364364
continue;
365365
}
366366

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

0 commit comments

Comments
 (0)