Skip to content

Commit 1503995

Browse files
committed
Lint
1 parent 542ac4d commit 1503995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zif_types.intf.abap

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ INTERFACE zif_types PUBLIC.
142142
db TYPE string_table,
143143
dist TYPE ty_dist,
144144
deprecated TYPE abap_bool,
145-
END OF ty_manifest_abbreviated.
145+
END OF ty_manifest_abbreviated ##NEEDED.
146146

147147
" *** PACKUMENT ***
148148

@@ -193,7 +193,7 @@ INTERFACE zif_types PUBLIC.
193193
__rev TYPE string,
194194
__attachments TYPE STANDARD TABLE OF ty_attachment WITH KEY key,
195195
access TYPE string,
196-
END OF ty_packument.
196+
END OF ty_packument ##NEEDED.
197197

198198

199199
CONSTANTS:

0 commit comments

Comments
 (0)