Skip to content

Commit

Permalink
json-api
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-cherednik committed Jan 5, 2024
1 parent 4914412 commit 286f136
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import com.fasterxml.jackson.databind.ObjectReader;
import com.fasterxml.jackson.databind.type.MapType;
import lombok.RequiredArgsConstructor;
import ru.olegcherednik.json.api.AutoCloseableIterator;
import ru.olegcherednik.json.api.JsonEngine;
import ru.olegcherednik.json.api.iterator.AutoCloseableIterator;
import ru.olegcherednik.json.jackson.types.ListMapTypeReference;
import ru.olegcherednik.json.jackson.types.MappingAutoCloseableIterator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import com.fasterxml.jackson.databind.MappingIterator;
import lombok.RequiredArgsConstructor;
import ru.olegcherednik.json.api.iterator.AutoCloseableIterator;
import ru.olegcherednik.json.api.AutoCloseableIterator;

/**
* @param <T> Type of iterable object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
package ru.olegcherednik.json.jackson;

import org.testng.annotations.Test;
import ru.olegcherednik.json.api.AutoCloseableIterator;
import ru.olegcherednik.json.api.Json;
import ru.olegcherednik.json.api.JsonException;
import ru.olegcherednik.json.api.iterator.AutoCloseableIterator;
import ru.olegcherednik.json.jackson.data.Book;
import ru.olegcherednik.json.jackson.data.Data;

Expand Down

0 comments on commit 286f136

Please sign in to comment.