Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
“IlCommittatore” committed Dec 3, 2024
1 parent fbce48f commit 12bb459
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gson/src/test/java/com/google/gson/stream/JsonReaderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,21 @@
import static com.google.gson.stream.JsonToken.STRING;
import static org.junit.Assert.assertThrows;

import com.google.gson.Strictness;
import com.google.gson.internal.bind.TypeAdapters;
import java.io.EOFException;
import java.io.IOException;
import java.io.Reader;
import java.io.StringReader;
import java.io.StringWriter;
import java.util.Arrays;
import java.util.Iterator;
import java.util.stream.Stream;

import org.junit.Ignore;
import org.junit.Test;

import com.google.gson.Strictness;
import com.google.gson.internal.bind.TypeAdapters;

@SuppressWarnings("resource")
public final class JsonReaderTest {

Expand Down

0 comments on commit 12bb459

Please sign in to comment.