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

Reviewed-by: darcy
This commit is contained in:
Lance Andersen 2013-06-07 14:13:40 -04:00
parent 7153278427
commit ef953f52e0
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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