Skip to content

Commit

Permalink
React to abapLint
Browse files Browse the repository at this point in the history
  • Loading branch information
hottek committed Jul 17, 2023
1 parent f44f799 commit e73f7ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions file-formats/swcr/type/zif_aff_swcr_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ INTERFACE zif_aff_swcr_v1
"! Header
BEGIN OF ty_header,
"! $required
original_language TYPE if_aff_types_v1=>ty_original_language,
abap_language_version TYPE if_aff_types_v1=>ty_abap_language_version,
original_language TYPE zif_aff_types_v1=>ty_original_language,
abap_language_version TYPE zif_aff_types_v1=>ty_abap_language_version,
END OF ty_header.

TYPES:
Expand Down Expand Up @@ -45,7 +45,7 @@ INTERFACE zif_aff_swcr_v1
"! <p class="shorttext">Format Version</p>
"! Format Version
"! $required
format_version TYPE if_aff_types_v1=>ty_format_version,
format_version TYPE zif_aff_types_v1=>ty_format_version,
"! <p class="shorttext">Header</p>
"! Header
"! $required
Expand Down

0 comments on commit e73f7ba

Please sign in to comment.