mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
rename method
This commit is contained in:
parent
c76ff5674b
commit
8a695257b1
|
@ -131,8 +131,7 @@ CLASS lcl_repo_online DEFINITION INHERITING FROM lcl_repo FINAL.
|
|||
IMPORTING is_comment TYPE lif_defs=>ty_comment
|
||||
io_stage TYPE REF TO lcl_stage
|
||||
RAISING lcx_exception,
|
||||
delete_spare_local_objects
|
||||
IMPORTING iv_key TYPE lcl_persistence_repo=>ty_repo-key
|
||||
delete_unneccessary_local_objs
|
||||
RAISING lcx_exception lcx_cancel.
|
||||
|
||||
PRIVATE SECTION.
|
||||
|
|
|
@ -321,7 +321,7 @@ CLASS lcl_repo_online IMPLEMENTATION.
|
|||
|
||||
ENDMETHOD. " delete_initial_online_repo
|
||||
|
||||
METHOD delete_spare_local_objects.
|
||||
METHOD delete_unneccessary_local_objs.
|
||||
|
||||
DATA: lt_tadir TYPE lif_defs=>ty_tadir_tt,
|
||||
lt_tadir_to_delete LIKE lt_tadir,
|
||||
|
|
|
@ -81,7 +81,7 @@ CLASS lcl_services_git IMPLEMENTATION.
|
|||
display_cancel_button = abap_false ). "#EC NOTEXT
|
||||
|
||||
IF lv_answer = '1'.
|
||||
lo_repo->delete_spare_local_objects( iv_key ).
|
||||
lo_repo->delete_unneccessary_local_objs( ).
|
||||
ENDIF.
|
||||
|
||||
lo_repo->deserialize( ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user