rename method

This commit is contained in:
Christian Guenter 2017-08-28 17:29:04 +00:00
parent c76ff5674b
commit 8a695257b1
3 changed files with 3 additions and 4 deletions

View File

@ -131,8 +131,7 @@ CLASS lcl_repo_online DEFINITION INHERITING FROM lcl_repo FINAL.
IMPORTING is_comment TYPE lif_defs=>ty_comment IMPORTING is_comment TYPE lif_defs=>ty_comment
io_stage TYPE REF TO lcl_stage io_stage TYPE REF TO lcl_stage
RAISING lcx_exception, RAISING lcx_exception,
delete_spare_local_objects delete_unneccessary_local_objs
IMPORTING iv_key TYPE lcl_persistence_repo=>ty_repo-key
RAISING lcx_exception lcx_cancel. RAISING lcx_exception lcx_cancel.
PRIVATE SECTION. PRIVATE SECTION.

View File

@ -321,7 +321,7 @@ CLASS lcl_repo_online IMPLEMENTATION.
ENDMETHOD. " delete_initial_online_repo ENDMETHOD. " delete_initial_online_repo
METHOD delete_spare_local_objects. METHOD delete_unneccessary_local_objs.
DATA: lt_tadir TYPE lif_defs=>ty_tadir_tt, DATA: lt_tadir TYPE lif_defs=>ty_tadir_tt,
lt_tadir_to_delete LIKE lt_tadir, lt_tadir_to_delete LIKE lt_tadir,

View File

@ -81,7 +81,7 @@ CLASS lcl_services_git IMPLEMENTATION.
display_cancel_button = abap_false ). "#EC NOTEXT display_cancel_button = abap_false ). "#EC NOTEXT
IF lv_answer = '1'. IF lv_answer = '1'.
lo_repo->delete_spare_local_objects( iv_key ). lo_repo->delete_unneccessary_local_objs( ).
ENDIF. ENDIF.
lo_repo->deserialize( ). lo_repo->deserialize( ).