Skip to content

Commit b74d3ed

Browse files
authored
Update method signature
The method signature was updated to remove the exporting parameter since the method doesn't return any values.
1 parent 6dd5e1d commit b74d3ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sap-abap/services/s3/zcl_aws1_s3_scenario.clas.abap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ CLASS zcl_aws1_s3_scenario DEFINITION
1313
!iv_bucket_name TYPE /aws1/s3_bucketname
1414
!iv_key TYPE /aws1/s3_objectkey
1515
!iv_copy_to_folder TYPE /aws1/s3_bucketname
16-
EXPORTING
17-
!oo_result TYPE REF TO /aws1/cl_knsputrecordoutput
1816
RAISING
1917
/aws1/cx_rt_service_generic
2018
/aws1/cx_rt_technical_generic

0 commit comments

Comments
 (0)