Skip to content

Commit

Permalink
Javadoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saihemanth-cloudera committed Jul 12, 2024
1 parent 38bc853 commit 12ede35
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1426,14 +1426,12 @@ public void createDatabase(Database db)
}

/**
* Create a new DataConnector // TODO
*
* @param connector
* Create a new DataConnector
* @param connector object.
* @throws AlreadyExistsException
* @throws InvalidObjectException
* @throws MetaException
* @throws TException
* @see org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface#create_dataconnector(DataConnector)
*/
@Override
public void createDataConnector(DataConnector connector)
Expand Down

0 comments on commit 12ede35

Please sign in to comment.