mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
remove INTERFACE LOAD statement (#4035)
This commit is contained in:
parent
60f205d391
commit
ff962f82e8
|
@ -72,6 +72,7 @@
|
|||
"globalMacros": []
|
||||
},
|
||||
"rules": {
|
||||
"sy_modification": false,
|
||||
"call_transaction_authority_check": true,
|
||||
"function_module_recommendations": false,
|
||||
"method_overwrites_builtin": false,
|
||||
|
@ -309,7 +310,7 @@
|
|||
"subtract": true,
|
||||
"multiply": true,
|
||||
"typePools": true,
|
||||
"load": false,
|
||||
"load": true,
|
||||
"move": true,
|
||||
"divide": true,
|
||||
"fieldSymbolStructure": true,
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
INTERFACE zif_abapgit_repo_listener
|
||||
PUBLIC .
|
||||
|
||||
|
||||
INTERFACE zif_abapgit_persistence LOAD .
|
||||
METHODS on_meta_change
|
||||
IMPORTING
|
||||
!iv_key TYPE zif_abapgit_persistence=>ty_repo-key
|
||||
|
|
Loading…
Reference in New Issue
Block a user