vlsi commented on code in PR #5873: URL: https://github.com/apache/jmeter/pull/5873#discussion_r1181667872
########## src/core/src/main/java/org/apache/jmeter/save/CSVSaveService.java: ########## @@ -1075,8 +1075,6 @@ public static String[] csvReadFile(BufferedReader infile, char delim) + baos.toString() + "]"); } break; - default: Review Comment: This is a switch over private enum. There's no way this `default` can trigger. ########## src/core/src/main/java/org/apache/jmeter/save/CSVSaveService.java: ########## @@ -1075,8 +1075,6 @@ public static String[] csvReadFile(BufferedReader infile, char delim) + baos.toString() + "]"); } break; - default: Review Comment: This is a switch over a private enum. There's no way this `default` can trigger. -- 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: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org