提交 a8738d92 authored 作者: Thomas Mueller's avatar Thomas Mueller

javadocs

上级 32980394
...@@ -84,7 +84,7 @@ public abstract class Constraint extends SchemaObjectBase implements Comparable ...@@ -84,7 +84,7 @@ public abstract class Constraint extends SchemaObjectBase implements Comparable
/** /**
* This index is now the owner of the specified index. * This index is now the owner of the specified index.
* *
* @param index * @param index the index
*/ */
public abstract void setIndexOwner(Index index); public abstract void setIndexOwner(Index index);
......
...@@ -137,7 +137,7 @@ public class ExpressionVisitor { ...@@ -137,7 +137,7 @@ public class ExpressionVisitor {
* Set the column resolver. * Set the column resolver.
* This is used for NOT_FROM_RESOLVER visitors. * This is used for NOT_FROM_RESOLVER visitors.
* *
* @param resolver * @param resolver the column resolver
*/ */
public void setResolver(ColumnResolver resolver) { public void setResolver(ColumnResolver resolver) {
this.resolver = resolver; this.resolver = resolver;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论