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