Skip to content

Commit a88f175

Browse files
committed
fix: keep deprecated message
1 parent f36084a commit a88f175

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/#apmg#cl_package_json.clas.abap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,6 @@ CLASS /apmg/cl_package_json IMPLEMENTATION.
415415
IF manifest-private = abap_false.
416416
INSERT `/private` INTO TABLE skip_paths.
417417
ENDIF.
418-
IF manifest-deprecated = abap_false.
419-
INSERT `/deprecated` INTO TABLE skip_paths.
420-
ENDIF.
421418
ENDIF.
422419

423420
IF is_package_json = abap_true.

0 commit comments

Comments
 (0)