Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Bogner <matt@ibogner.net>
  • Loading branch information
matthewbogner committed Dec 12, 2023
1 parent e152955 commit 026c1e4
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.StringReader;
import java.util.List;
import java.util.Map;
import org.junit.Assert;
import org.junit.Test;
import org.opensearch.client.json.JsonpMapper;
import org.opensearch.client.json.jsonb.JsonbJsonpMapper;
import org.opensearch.client.opensearch.indices.PutIndexTemplateRequest;

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

public class PutIndexTemplateRequestTest extends Assert {

@Test
Expand Down

0 comments on commit 026c1e4

Please sign in to comment.