Fixing lint issues

This commit is contained in:
Paulo Buttenbender 2017-10-10 23:31:39 +02:00
parent bf7166f039
commit f901f2c07f

View File

@ -358,8 +358,9 @@ CLASS lcl_oo_class_new IMPLEMENTATION.
iv_program_type = c_include_program_type
iv_version = c_active_version ).
" Assuming that all methods that were scanned are implemented
update_cs_number_of_methods( iv_classname = iv_classname
iv_number_of_impl_methods = lines( it_methods ) ). " Assuming that all methods that were scanned are implemented
iv_number_of_impl_methods = lines( it_methods ) ).
ENDMETHOD.