Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tcp/cl_apc_tcp_client_manager.clas.locals_imp.abap
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ CLASS lcl_client IMPLEMENTATION.
ENDMETHOD.

METHOD if_apc_wsp_client~get_message_manager.
ri_manager = me.
r_message_manager = me.
ENDMETHOD.

METHOD if_apc_wsp_message_manager~create_message.
Expand Down
2 changes: 1 addition & 1 deletion src/tcp/if_apc_wsp_client.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INTERFACE if_apc_wsp_client PUBLIC.

METHODS get_message_manager
RETURNING
VALUE(ri_manager) TYPE REF TO if_apc_wsp_message_manager
VALUE(r_message_manager) TYPE REF TO if_apc_wsp_message_manager
RAISING
cx_apc_error.
ENDINTERFACE.