Polish javadoc in TableMetaDataContext

Closes gh-1065
This commit is contained in:
Sanghyuk Jung 2016-05-26 05:48:18 +09:00 committed by Stephane Nicoll
parent aa3b04c937
commit 06e3ee6820
1 changed files with 3 additions and 3 deletions

View File

@ -47,13 +47,13 @@ public class TableMetaDataContext {
/** Logger available to subclasses */
protected final Log logger = LogFactory.getLog(getClass());
/** name of procedure to call **/
/** name of table for this context **/
private String tableName;
/** name of catalog for call **/
/** name of catalog for this context **/
private String catalogName;
/** name of schema for call **/
/** name of schema for this context **/
private String schemaName;
/** List of columns objects to be used in this context */