Skip to content

Commit

Permalink
renaming (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink authored May 6, 2022
1 parent 970e86c commit d371351
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions file-formats/chdo/chdo-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,16 @@
"description": "Generated object",
"type": "object",
"properties": {
"classOrFunction": {
"title": "Class or Function",
"name": {
"title": "Name",
"description": "Generated class or function module",
"type": "string",
"maxLength": 30
}
},
"additionalProperties": false,
"required": [
"classOrFunction"
"name"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion file-formats/chdo/examples/z_aff_example_chdo.chdo.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"number": "600"
},
"generatedObject": {
"classOrFunction": ""
"name": ""
}
}
4 changes: 2 additions & 2 deletions file-formats/chdo/type/zif_aff_chdo_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ INTERFACE zif_aff_chdo_v1
"! <p class="shorttext">Generated Object</p>
"! Generated object
BEGIN OF ty_genobject,
"! <p class="shorttext">Class or Function</p>
"! <p class="shorttext">Name</p>
"! Generated class or function module
"! $required
class_or_function TYPE zif_aff_types_v1=>ty_object_name_30,
name TYPE zif_aff_types_v1=>ty_object_name_30,
END OF ty_genobject.

TYPES:
Expand Down

0 comments on commit d371351

Please sign in to comment.