mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
cleanup
This commit is contained in:
parent
23a4c0ca7d
commit
6e06dff48e
|
@ -622,7 +622,7 @@ CLASS zcl_abapgit_gui_page_diff_base IMPLEMENTATION.
|
||||||
super->constructor( ).
|
super->constructor( ).
|
||||||
mv_unified = zcl_abapgit_persistence_user=>get_instance( )->get_diff_unified( ).
|
mv_unified = zcl_abapgit_persistence_user=>get_instance( )->get_diff_unified( ).
|
||||||
mv_repo_key = iv_key.
|
mv_repo_key = iv_key.
|
||||||
mi_repo ?= zcl_abapgit_repo_srv=>get_instance( )->get( iv_key ).
|
mi_repo = zcl_abapgit_repo_srv=>get_instance( )->get( iv_key ).
|
||||||
|
|
||||||
GET TIME STAMP FIELD lv_ts.
|
GET TIME STAMP FIELD lv_ts.
|
||||||
mv_seed = |diff{ lv_ts }|. " Generate based on time
|
mv_seed = |diff{ lv_ts }|. " Generate based on time
|
||||||
|
|
Loading…
Reference in New Issue
Block a user