mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
CLAS: Fix variable name (#6127)
This commit is contained in:
parent
77d7a81738
commit
a2278c94da
|
@ -27,7 +27,7 @@ CLASS zcl_abapgit_object_clas DEFINITION
|
|||
IMPORTING ii_xml TYPE REF TO zif_abapgit_xml_input
|
||||
RAISING zcx_abapgit_exception,
|
||||
deserialize_sotr
|
||||
IMPORTING ii_ml TYPE REF TO zif_abapgit_xml_input
|
||||
IMPORTING ii_xml TYPE REF TO zif_abapgit_xml_input
|
||||
iv_package TYPE devclass
|
||||
RAISING zcx_abapgit_exception,
|
||||
serialize_xml
|
||||
|
@ -301,7 +301,7 @@ CLASS zcl_abapgit_object_clas IMPLEMENTATION.
|
|||
mi_object_oriented_object_fct->create_sotr(
|
||||
iv_object_name = ms_item-obj_name
|
||||
iv_package = iv_package
|
||||
ii_xml = ii_ml ).
|
||||
ii_xml = ii_xml ).
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
|
@ -766,7 +766,7 @@ CLASS zcl_abapgit_object_clas IMPLEMENTATION.
|
|||
|
||||
deserialize_tpool( io_xml ).
|
||||
|
||||
deserialize_sotr( ii_ml = io_xml
|
||||
deserialize_sotr( ii_xml = io_xml
|
||||
iv_package = iv_package ).
|
||||
|
||||
deserialize_docu( io_xml ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user