mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
FDT0: Remove comparator
Calling the table comparator for BRF object does not make any sense. Removed it.
This commit is contained in:
parent
781313ad7c
commit
741cc284de
|
@ -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