Skip to content

Commit

Permalink
Update protocol/src/main/java/org/opensearch/sql/protocol/response/fo…
Browse files Browse the repository at this point in the history
…rmat/RawResponseFormatter.java

Co-authored-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale and Yury-Fridlyand authored Aug 16, 2023
1 parent 9c254c2 commit c901883
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
package org.opensearch.sql.protocol.response.format;

/** Response formatter to format response to csv or raw format. */
// @RequiredArgsConstructor
public class RawResponseFormatter extends FlatResponseFormatter {
public RawResponseFormatter() {
super("|", false);
Expand Down

0 comments on commit c901883

Please sign in to comment.