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

Skip to content

Commit 90efb27

Browse files
authored
Fixed throws comment
1 parent ba359a8 commit 90efb27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/ut_utils.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ create or replace package ut_utils authid definer is
253253
*
254254
* @param a_version_no string representation of version in format vX.X.X.X where X is a positive integer
255255
* @return t_version record with up to four positive numbers containing version
256-
* @throws 20010 if passed version string is not matching version pattern
256+
* @throws 20214 if passed version string is not matching version pattern
257257
*/
258258
function to_version(a_version_no varchar2) return t_version;
259259

0 commit comments

Comments
 (0)