Skip to content

Commit 0a5bc80

Browse files
authored
Update zcl_diff3.clas.testclasses.abap
1 parent ddcd9df commit 0a5bc80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/zcl_diff3.clas.testclasses.abap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ CLASS lcl_helper DEFINITION.
55

66
PUBLIC SECTION.
77

8-
CLASS-METHODS:
8+
CLASS-METHODS
99
split
1010
IMPORTING
1111
iv_string TYPE string
1212
RETURNING
13-
VALUE(rt_result) TYPE string_table,
13+
VALUE(rt_result) TYPE string_table.
1414

15+
CLASS-METHODS
1516
concat
1617
IMPORTING
1718
it_strings TYPE string_table

0 commit comments

Comments
 (0)