mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00
SPRX: fix class definition
This commit is contained in:
parent
7466dca08c
commit
2c8a3f3b17
|
@ -1,11 +1,6 @@
|
||||||
CLASS zcl_abapgit_object_sprx DEFINITION
|
CLASS zcl_abapgit_object_sprx DEFINITION PUBLIC INHERITING FROM zcl_abapgit_objects_super FINAL.
|
||||||
INHERITING FROM zcl_abapgit_objects_super
|
|
||||||
PUBLIC
|
|
||||||
FINAL
|
|
||||||
CREATE PUBLIC .
|
|
||||||
|
|
||||||
PUBLIC SECTION.
|
PUBLIC SECTION.
|
||||||
|
|
||||||
INTERFACES:
|
INTERFACES:
|
||||||
zif_abapgit_object.
|
zif_abapgit_object.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user