提交 2f81df1c 编写于 作者: L lancea

8016101: Fix typo in SerialRef and missing @param in SerialStruct

Reviewed-by: darcy
上级 fc00d666
......@@ -202,7 +202,7 @@ public class SerialRef implements Ref, Serializable, Cloneable {
}
/**
* Returns a clone of this {@code SerialRef}. .
* Returns a clone of this {@code SerialRef}.
* The underlying {@code Ref} object will be set to null.
*
* @return a clone of this SerialRef
......
......@@ -87,6 +87,7 @@ public class SerialStruct implements Struct, Serializable, Cloneable {
* object for custom mapping the SQL structured type or any of its
* attributes that are SQL structured types.
*
* @param in an instance of {@code Struct}
* @param map a <code>java.util.Map</code> object in which
* each entry consists of 1) a <code>String</code> object
* giving the fully qualified name of a UDT and 2) the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册