We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdeb9c commit c4d0ab0Copy full SHA for c4d0ab0
1 file changed
source/core/annotations/ut_annotation_manager.pkb
@@ -168,12 +168,6 @@ create or replace package body ut_annotation_manager as
168
);
169
l_object_lines.delete;
170
end if;
171
- exception
172
- when others then
173
- if a_sources_cursor%isopen then
174
- close a_sources_cursor;
175
- end if;
176
- raise;
177
end;
178
if a_sources_cursor%isopen then
179
close a_sources_cursor;
0 commit comments