mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
remove call to super->constructor
there is no super class
This commit is contained in:
parent
b96b058a3c
commit
8fcf072917
|
@ -484,8 +484,6 @@ CLASS ZCL_ABAPGIT_GUI_VIEW_REPO IMPLEMENTATION.
|
|||
DATA: lo_settings TYPE REF TO zcl_abapgit_settings,
|
||||
lv_package TYPE devclass.
|
||||
|
||||
super->constructor( ).
|
||||
|
||||
mv_key = iv_key.
|
||||
mo_repo = zcl_abapgit_repo_srv=>get_instance( )->get( iv_key ).
|
||||
mv_cur_dir = '/'. " Root
|
||||
|
|
Loading…
Reference in New Issue
Block a user