Skip to content

Commit

Permalink
NO-SNOW Correct invalid use of javadoc (#668)
Browse files Browse the repository at this point in the history
Correct invalid use of javadoc
  • Loading branch information
sfc-gh-xhuang authored Jan 22, 2024
1 parent f186847 commit 2659e4d
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 2659e4d

Please sign in to comment.