File tree Expand file tree Collapse file tree
plugin/src/test/java/org/opensearch/sql/plugin/rest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,9 @@ public void testInvalidateCache() throws Exception {
139139 String content1 = channel1 .getResponse ().content ().utf8ToString ();
140140 String content2 = channel2 .getResponse ().content ().utf8ToString ();
141141 assertEquals (
142- "Grammar hash should be identical after cache invalidation and rebuild" , content1 , content2 );
142+ "Grammar hash should be identical after cache invalidation and rebuild" ,
143+ content1 ,
144+ content2 );
143145 }
144146
145147 @ Test
@@ -209,7 +211,8 @@ public XContentBuilder newErrorBuilder() throws IOException {
209211 }
210212
211213 @ Override
212- public XContentBuilder newBuilder (MediaType mediaType , boolean useFiltering ) throws IOException {
214+ public XContentBuilder newBuilder (MediaType mediaType , boolean useFiltering )
215+ throws IOException {
213216 return XContentBuilder .builder (XContentType .JSON .xContent ());
214217 }
215218
You can’t perform that action at this time.
0 commit comments