mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
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:
parent
241fa62f4d
commit
43544c3f20
|
@ -1635,8 +1635,7 @@ CLASS lcl_objects_super IMPLEMENTATION.
|
|||
obj_type = i_obj_type.
|
||||
|
||||
TRY.
|
||||
li_object = cl_wb_object=>create_from_transport_key( p_object = obj_type
|
||||
p_obj_name = obj_name ).
|
||||
li_object = cl_wb_object=>create_from_transport_key( p_object = obj_type p_obj_name = obj_name ).
|
||||
|
||||
CALL METHOD ('CL_ADT_TOOLS_CORE_FACTORY')=>('GET_INSTANCE')
|
||||
RECEIVING
|
||||
|
|
Loading…
Reference in New Issue
Block a user