Merge pull request #1065 from benelog:fix-comment

* pr/1065:
  Polish javadoc in TableMetaDataContext
This commit is contained in:
Stephane Nicoll 2016-05-26 07:51:01 +02:00
commit a1851845ad
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 */