chrisdutz commented on code in PR #11885:
URL: https://github.com/apache/iotdb/pull/11885#discussion_r1468817074
##########
iotdb-client/cli/src/main/java/org/apache/iotdb/cli/IoTDBSyntaxHighlighter.java:
##########
@@ -67,12 +67,14 @@ public AttributedString highlight(LineReader reader, String
buffer) {
@Override
public void setErrorPattern(Pattern errorPattern) {
- IoTPrinter.print("");
+ // TODO: Not quite sure what this code should actually do
Review Comment:
Yeah ... I added comments to code that I didn't understand ... in this
particular case I couldn't see what the code actually did, so I added a comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]