mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
fixup
This commit is contained in:
parent
59d097953d
commit
2ccafe3582
|
@ -13,9 +13,6 @@ CLASS zcl_abapgit_repo_offline DEFINITION
|
||||||
METHODS reset_remote
|
METHODS reset_remote
|
||||||
REDEFINITION .
|
REDEFINITION .
|
||||||
|
|
||||||
PRIVATE SECTION.
|
|
||||||
DATA mi_super TYPE REF TO zif_abapgit_repo .
|
|
||||||
|
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,7 +21,6 @@ CLASS zcl_abapgit_repo_offline IMPLEMENTATION.
|
||||||
METHOD constructor.
|
METHOD constructor.
|
||||||
|
|
||||||
super->constructor( is_data ).
|
super->constructor( is_data ).
|
||||||
mi_super = me.
|
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
@ -42,7 +38,7 @@ CLASS zcl_abapgit_repo_offline IMPLEMENTATION.
|
||||||
|
|
||||||
lt_backup = mt_remote.
|
lt_backup = mt_remote.
|
||||||
super->reset_remote( ).
|
super->reset_remote( ).
|
||||||
mi_super->set_files_remote( lt_backup ).
|
set_files_remote( lt_backup ).
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user