Skip to content

Commit d19eab5

Browse files
committed
fixed review comments
1 parent 0d3e010 commit d19eab5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client-v2/src/main/java/com/clickhouse/client/api/data_formats/internal/AbstractBinaryFormatReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ public TemporalAmount getTemporalAmount(int index) {
652652

653653
@Override
654654
public Inet4Address getInet4Address(int index) {
655-
return InetAddressConverter.convertToIpv4(readValue(index));
655+
return InetAddressConverter.convertToIpv4(readValue(index));
656656
}
657657

658658
@Override

client-v2/src/test/java/com/clickhouse/client/query/QueryTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
import org.testng.annotations.Test;
4545
import org.testng.util.Strings;
4646

47-
import javax.management.Query;
4847
import java.io.BufferedReader;
4948
import java.io.BufferedWriter;
5049
import java.io.ByteArrayInputStream;

0 commit comments

Comments
 (0)