Merge pull request #1065 from benelog:fix-comment
* pr/1065: Polish javadoc in TableMetaDataContext
This commit is contained in:
commit
a1851845ad
|
|
@ -47,13 +47,13 @@ public class TableMetaDataContext {
|
||||||
/** Logger available to subclasses */
|
/** Logger available to subclasses */
|
||||||
protected final Log logger = LogFactory.getLog(getClass());
|
protected final Log logger = LogFactory.getLog(getClass());
|
||||||
|
|
||||||
/** name of procedure to call **/
|
/** name of table for this context **/
|
||||||
private String tableName;
|
private String tableName;
|
||||||
|
|
||||||
/** name of catalog for call **/
|
/** name of catalog for this context **/
|
||||||
private String catalogName;
|
private String catalogName;
|
||||||
|
|
||||||
/** name of schema for call **/
|
/** name of schema for this context **/
|
||||||
private String schemaName;
|
private String schemaName;
|
||||||
|
|
||||||
/** List of columns objects to be used in this context */
|
/** List of columns objects to be used in this context */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue