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
|
||||
public
|
||||
inheriting from ZCL_ABAPGIT_OBJECT_COMMON_AFF
|
||||
final
|
||||
create public .
|
||||
CLASS zcl_abapgit_object_cota DEFINITION
|
||||
PUBLIC
|
||||
INHERITING FROM zcl_abapgit_object_common_aff
|
||||
FINAL
|
||||
CREATE PUBLIC .
|
||||
|
||||
public section.
|
||||
METHODS zif_abapgit_object~changed_by REDEFINITION.
|
||||
|
|
Loading…
Reference in New Issue
Block a user