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

Formatting

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