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

Skip to content

Commit 0c6a0ad

Browse files
get_description synchronized with type specification.
1 parent c2cc292 commit 0c6a0ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/reporters/ut_realtime_reporter.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ create or replace type body ut_realtime_reporter is
168168

169169
overriding member function get_description return varchar2 is
170170
begin
171-
return 'Provides test results in a XML format, for clients such as SQL Developer interested progressing details.';
171+
return 'Provides test results in a XML format, for clients such as SQL Developer interested in showing progressing details.';
172172
end get_description;
173173

174174
member procedure print_start_node(

0 commit comments

Comments
 (0)