mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 03:36:32 +08:00
testclass: fix syntax warning, implement method
This commit is contained in:
parent
b2d7d63fcb
commit
9cecd077da
|
@ -196,6 +196,10 @@ CLASS ltcl_folder_logic_namespaces IMPLEMENTATION.
|
|||
RETURN.
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD zif_abapgit_sap_package~are_changes_recorded_in_tr_req.
|
||||
RETURN.
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD zif_abapgit_sap_package~read_parent.
|
||||
rv_parentcl = c_top.
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user