mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
implement missing interface methods
This commit is contained in:
parent
eec7a7d096
commit
7b9578a11b
|
@ -165,6 +165,10 @@ CLASS ltcl_folder_logic IMPLEMENTATION.
|
|||
iv_path = '/src/top_foo/' ).
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD zif_abapgit_sap_package~get_transport_type.
|
||||
RETURN.
|
||||
ENDMETHOD.
|
||||
|
||||
ENDCLASS.
|
||||
|
||||
CLASS ltcl_folder_logic_namespaces DEFINITION FOR TESTING RISK LEVEL HARMLESS DURATION SHORT FINAL.
|
||||
|
@ -212,6 +216,10 @@ CLASS ltcl_folder_logic_namespaces IMPLEMENTATION.
|
|||
rv_bool = abap_true.
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD zif_abapgit_sap_package~get_transport_type.
|
||||
RETURN.
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD setup.
|
||||
FIELD-SYMBOLS: <ls_inject> LIKE LINE OF zcl_abapgit_sap_package=>gt_injected.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user