From 2e373f5dea069889740671fc314f5cd140e6115b Mon Sep 17 00:00:00 2001 From: Xin Huang Date: Wed, 17 Jan 2024 16:11:12 -0800 Subject: [PATCH] Correct invalid use of javadoc --- .../ingest/streaming/SnowflakeStreamingIngestChannel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/snowflake/ingest/streaming/SnowflakeStreamingIngestChannel.java b/src/main/java/net/snowflake/ingest/streaming/SnowflakeStreamingIngestChannel.java index a8bb5db16..bb372c64c 100644 --- a/src/main/java/net/snowflake/ingest/streaming/SnowflakeStreamingIngestChannel.java +++ b/src/main/java/net/snowflake/ingest/streaming/SnowflakeStreamingIngestChannel.java @@ -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 getTableSchema(); }