提交 c8d9c3a6 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix minor Javadoc problems in Interval.java

上级 1ba0f9dd
...@@ -12,7 +12,7 @@ import org.h2.message.DbException; ...@@ -12,7 +12,7 @@ import org.h2.message.DbException;
import org.h2.util.DateTimeUtils; import org.h2.util.DateTimeUtils;
/** /**
* {@code INTERVAL} representation for result sets. * INTERVAL representation for result sets.
*/ */
public final class Interval { public final class Interval {
...@@ -410,7 +410,7 @@ public final class Interval { ...@@ -410,7 +410,7 @@ public final class Interval {
} }
/** /**
* Creates a new INTERVAL MINUTE TO SECOND * Creates a new INTERVAL MINUTE TO SECOND.
* *
* <p> * <p>
* If both arguments are not equal to zero they should have the same sign. * If both arguments are not equal to zero they should have the same sign.
...@@ -427,7 +427,7 @@ public final class Interval { ...@@ -427,7 +427,7 @@ public final class Interval {
} }
/** /**
* Creates a new INTERVAL MINUTE TO SECOND * Creates a new INTERVAL MINUTE TO SECOND.
* *
* <p> * <p>
* If both arguments are not equal to zero they should have the same sign. * If both arguments are not equal to zero they should have the same sign.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论