mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Refactoring
This commit is contained in:
parent
1de786ef7d
commit
c0287754f9
|
@ -57,10 +57,10 @@ CLASS lcl_services_git IMPLEMENTATION.
|
|||
lt_remote TYPE lif_defs=>ty_files_tt,
|
||||
lt_status TYPE lif_defs=>ty_results_tt,
|
||||
lt_package TYPE lcl_persistence_repo=>ty_repo-package.
|
||||
|
||||
FIELD-SYMBOLS: <status> TYPE lif_defs=>ty_result,
|
||||
<tadir> TYPE lif_defs=>ty_tadir.
|
||||
|
||||
|
||||
lo_repo ?= lcl_app=>repo_srv( )->get( iv_key ).
|
||||
|
||||
IF lo_repo->is_write_protected( ) = abap_true.
|
||||
|
|
Loading…
Reference in New Issue
Block a user