Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4d92de

Browse files
committed
Refactoring: Add clarifying comment
1 parent 8df3f7d commit a4d92de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/core/ut_suite_builder.pkb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ create or replace package body ut_suite_builder is
917917
exit when not a_annotations.by_name.exists( gc_context);
918918

919919
l_context_pos := a_annotations.by_name( gc_context).next( l_context_pos);
920+
-- don't go on when the next context is outside the parent's context boundaries
920921
if ( a_parent_end_context_pos is not null and a_parent_end_context_pos <= l_context_pos ) then
921922
l_context_pos := null;
922923
end if;

0 commit comments

Comments
 (0)