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

Skip to content

Commit ba359a8

Browse files
authored
Fixed throws comment
1 parent 282035c commit ba359a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/api/ut_runner.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ create or replace package ut_runner authid current_user is
2828
* @param a_requested requested utPLSQL version string
2929
* @param a_current current utPLSQL version string, if null is passed, defaults to current framework version
3030
* @return 1/0 1-true, 0-false
31-
* @exception 20010 if passed version string is not matching version pattern
31+
* @exception 20214 if passed version string is not matching version pattern
3232
*/
3333
function version_compatibility_check( a_requested varchar2, a_current varchar2 := null ) return integer;
3434

0 commit comments

Comments
 (0)