Skip to content

Commit

Permalink
Updated CHANGELOG.md & fixed format violation
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Subramanian committed Oct 22, 2023
1 parent 386565c commit d04fe45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This section is for maintaining a changelog for all breaking changes for the cli
### Dependencies

### Changed
- Allow null values in arrays ([#679](https://github.com/opensearch-project/opensearch-java/pull/679))

### Deprecated

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
package org.opensearch.client.opensearch.json;

import jakarta.json.stream.JsonParser;
import java.io.StringReader;
import java.util.List;
import org.junit.Test;
import org.opensearch.client.json.JsonpDeserializer;
import org.opensearch.client.opensearch._types.FieldValue;
import org.opensearch.client.opensearch.model.ModelTestCase;

import java.io.StringReader;
import java.util.List;


public class JsonpDeserializerBaseTest extends ModelTestCase {

@Test
Expand Down

0 comments on commit d04fe45

Please sign in to comment.