8000 Unused imports have been removed · LarsG/postgres-async-driver@ca18112 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca18112

Browse files
Marat GainullinMarat Gainullin
authored andcommitted
Unused imports have been removed
1 parent e8e6274 commit ca18112

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/github/pgasync/PgProtocolStream.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@
2929
import com.github.pgasync.message.backend.RowDescription;
3030
import com.github.pgasync.message.backend.UnknownMessage;
3131
import com.github.pgasync.message.frontend.*;
32-
import com.github.pgasync.sasl.SaslPrep;
3332
import com.pgasync.SqlException;
3433

3534
import java.nio.charset.Charset;
36-
import java.nio.charset.StandardCharsets;
37-
import java.security.SecureRandom;
3835
import java.util.*;
3936
import java.util.concurrent.CompletableFuture;
4037
import java.util.concurrent.Executor;

0 commit comments

Comments
 (0)
0