fixed linter errors

It seems that I'm too stupid to run the abapOpenCheck SCI checks. I hadn't any findings there...
This commit is contained in:
Christian Guenter 2017-04-25 19:50:36 +00:00
parent 241fa62f4d
commit 43544c3f20

View File

@ -1635,8 +1635,7 @@ CLASS lcl_objects_super IMPLEMENTATION.
obj_type = i_obj_type. obj_type = i_obj_type.
TRY. TRY.
li_object = cl_wb_object=>create_from_transport_key( p_object = obj_type li_object = cl_wb_object=>create_from_transport_key( p_object = obj_type p_obj_name = obj_name ).
p_obj_name = obj_name ).
CALL METHOD ('CL_ADT_TOOLS_CORE_FACTORY')=>('GET_INSTANCE') CALL METHOD ('CL_ADT_TOOLS_CORE_FACTORY')=>('GET_INSTANCE')
RECEIVING RECEIVING