提交 3ba37214 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Restore old names of constants with deprecated mark

上级 2d9ee264
......@@ -1750,6 +1750,12 @@ public class ErrorCode {
*/
public static final int DOMAIN_ALREADY_EXISTS_1 = 90119;
/**
* Deprecated since 1.4.198. Use {@link #DOMAIN_ALREADY_EXISTS_1} instead.
*/
@Deprecated
public static final int USER_DATA_TYPE_ALREADY_EXISTS_1 = DOMAIN_ALREADY_EXISTS_1;
/**
* The error with code <code>90120</code> is thrown when
* trying to drop a domain that doesn't exist.
......@@ -1760,6 +1766,12 @@ public class ErrorCode {
*/
public static final int DOMAIN_NOT_FOUND_1 = 90120;
/**
* Deprecated since 1.4.198. Use {@link #DOMAIN_NOT_FOUND_1} instead.
*/
@Deprecated
public static final int USER_DATA_TYPE_NOT_FOUND_1 = DOMAIN_NOT_FOUND_1;
/**
* The error with code <code>90121</code> is thrown when
* a database operation is started while the virtual machine exits
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论