Skip to content

Commit 4a3a415

Browse files
Fix typo in XTypesTypeObjectSource.stg (#412)
Changed in applied_verbatim_annotation the type_ann_builtin_$annotation_name$ -> type_ann_builtin_$name$ Signed-off-by: Samuel Hyyppä <[email protected]> Co-authored-by: Samuel Hyyppä <[email protected]>
1 parent 708986d commit 4a3a415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/eprosima/fastdds/idl/templates/XTypesTypeObjectSource.stg

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ text_$name$ = "$verbatim_param.value$";
491491
$endif$
492492
}; separator="\n"$
493493
verbatim_$name$ = TypeObjectUtils::build_applied_verbatim_annotation(placement_$name$, language_$name$, text_$name$);
494-
type_ann_builtin_$annotation_name$ = TypeObjectUtils::build_applied_builtin_type_annotations(verbatim_$name$);
494+
type_ann_builtin_$name$ = TypeObjectUtils::build_applied_builtin_type_annotations(verbatim_$name$);
495495
>>
496496

497497
annotation_parameter(param, parent) ::= <<

0 commit comments

Comments
 (0)