提交 8c6a9dbb authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 aced9a02
......@@ -106,7 +106,7 @@ public class ErrorCode {
* </pre>
*/
public static final int NUMERIC_VALUE_OUT_OF_RANGE_1 = 22003;
/**
* The error with code <code>22007</code> is thrown when
* a text can not be converted to a date, time, or timestamp constant.
......
......@@ -388,7 +388,7 @@ public class ConnectionInfo implements Cloneable {
// the name could start with "./", or
// it could start with a prefix such as "nio:./"
throw DbException.get(
ErrorCode.URL_RELATIVE_TO_CWD,
ErrorCode.URL_RELATIVE_TO_CWD,
originalURL);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论