Skip to content

Commit

Permalink
Correct invalid use of javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-xhuang authored Jan 18, 2024
1 parent 1c85dda commit 2e373f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ InsertValidationResponse insertRows(
* time of a channel open event. The schema may be changed on the Snowflake side in which case
* this will continue to show an old schema version until the channel is re-opened.
*
* @return map representing Column Name -> Column Properties
* @return map representing Column Name to Column Properties
*/
Map<String, ColumnProperties> getTableSchema();
}

0 comments on commit 2e373f5

Please sign in to comment.