Skip to content

Commit

Permalink
Correct incorrect code comments
Browse files Browse the repository at this point in the history
Change-Id: I9e6abe5e52c5c35b263e0a709ceb7c00bf3f8a30
  • Loading branch information
chenxinwei committed Jan 13, 2025
1 parent 721f723 commit a275241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* CALL sys.clear_consumers('tableId', 'consumerIds') or CALL sys.clear_consumers('tableId', 'consumerIds', false)
*
* -- clear all consumers in the table
* CALL sys.clear_unspecified_consumers('tableId')
* CALL sys.clear_consumers('tableId')
* </code></pre>
*/
public class ClearConsumersProcedure extends ProcedureBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* CALL sys.clear_consumers('tableId', 'consumerIds') or CALL sys.clear_consumers('tableId', 'consumerIds', false)
*
* -- clear all consumers in the table
* CALL sys.clear_unspecified_consumers('tableId')
* CALL sys.clear_consumers('tableId')
* </code></pre>
*/
public class ClearConsumersProcedure extends ProcedureBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* CALL sys.clear_consumers('tableId', 'consumerIds') or CALL sys.clear_consumers('tableId', 'consumerIds', false)
*
* -- clear all consumers in the table
* CALL sys.clear_unspecified_consumers('tableId')
* CALL sys.clear_consumers('tableId')
* </code></pre>
*/
public class ClearConsumersProcedure extends BaseProcedure {
Expand Down

0 comments on commit a275241

Please sign in to comment.