Skip to content

Commit 0337b64

Browse files
authored
Atualizar o README.md
1 parent 4d29bc5 commit 0337b64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ import io.eigr.spawn.api.transport.TransportOpts;
351351
public class App {
352352
public static void main(String[] args) throws Exception {
353353
TransportOpts opts = TransportOpts.builder()
354-
.executor()
355354
.port(8091)
356355
.proxyPort(9003)
357356
.executor(Executors.newVirtualThreadPerTaskExecutor()) // If you use java above 19 and use the --enable-preview flag when running the jvm

0 commit comments

Comments
 (0)