remove INTERFACE LOAD statement (#4035)

This commit is contained in:
Lars Hvam 2020-10-17 11:07:28 +02:00 committed by GitHub
parent 60f205d391
commit ff962f82e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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,

View File

@ -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