mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Update src/objects/aff/zcl_abapgit_object_cota.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
0470418c20
commit
4a53133ef6
|
@ -1,8 +1,8 @@
|
||||||
class zcl_abapgit_object_cota definition
|
CLASS zcl_abapgit_object_cota DEFINITION
|
||||||
public
|
PUBLIC
|
||||||
inheriting from ZCL_ABAPGIT_OBJECT_COMMON_AFF
|
INHERITING FROM zcl_abapgit_object_common_aff
|
||||||
final
|
FINAL
|
||||||
create public .
|
CREATE PUBLIC .
|
||||||
|
|
||||||
public section.
|
public section.
|
||||||
METHODS zif_abapgit_object~changed_by REDEFINITION.
|
METHODS zif_abapgit_object~changed_by REDEFINITION.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user