mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 03:36:32 +08:00
FDT0: Remove comparator (#7227)
This commit is contained in:
parent
781313ad7c
commit
220417e73f
|
@ -594,21 +594,7 @@ CLASS zcl_abapgit_object_fdt0 IMPLEMENTATION.
|
|||
|
||||
|
||||
METHOD zif_abapgit_object~get_comparator.
|
||||
|
||||
DATA lo_local_version_output TYPE REF TO zcl_abapgit_xml_output.
|
||||
DATA lo_local_version_input TYPE REF TO zcl_abapgit_xml_input.
|
||||
|
||||
CREATE OBJECT lo_local_version_output.
|
||||
zif_abapgit_object~serialize( lo_local_version_output ).
|
||||
|
||||
CREATE OBJECT lo_local_version_input
|
||||
EXPORTING
|
||||
iv_xml = lo_local_version_output->zif_abapgit_xml_output~render( ).
|
||||
|
||||
CREATE OBJECT ri_comparator TYPE zcl_abapgit_object_tabl_compar
|
||||
EXPORTING
|
||||
ii_local = lo_local_version_input.
|
||||
|
||||
RETURN.
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user