Skip to content

Commit

Permalink
Small fix and Example object fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartynkov authored Mar 6, 2025
1 parent bfc0d19 commit 2dfdbf6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions file-formats/aiff/examples/z_aff_example_aiff.aiff.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"formatVersion": "1",
"header": {
"description": "Example AIFF for ABAP File Format",
"originalLanguage": "en",
"abapLanguageVersion": "cloudDevelopment"
},
"generalInformation":{
"namespace": "AIFNS",
"aifFixValue": "FixValue1",
"fieldValue": "1"
}
}
{
"formatVersion": "1",
"header": {
"description": "Example AIFF for ABAP File Format",
"originalLanguage": "en",
"abapLanguageVersion": "cloudDevelopment"
},
"generalInformation":{
"namespace": "AIFNS",
"aifFixValue": "FixValue1",
"fieldValue": "1"
}
}
2 changes: 1 addition & 1 deletion file-formats/aiff/type/zif_aff_aiff_v1.intf.abap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
INTERFACE zif_aff_aiff_v1
PUBLIC.
TYPES:
"! <p class="shorttext">General Information.</p>
"! <p class="shorttext">General Information</p>
"! General information
BEGIN OF ty_general_information,
"! <p class="shorttext">Namespace</p>
Expand Down

0 comments on commit 2dfdbf6

Please sign in to comment.