Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fc2d62

Browse files
tangjianglingebyhr
authored andcommitted
Remove unused throws Exception clauses
1 parent c44198c commit 7fc2d62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestingScyllaServer.java

-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ public class TestingScyllaServer
5252
private final CassandraSession session;
5353

5454
public TestingScyllaServer()
55-
throws Exception
5655
{
5756
this("2.2.0");
5857
}
5958

6059
public TestingScyllaServer(String version)
61-
throws Exception
6260
{
6361
container = new GenericContainer<>("scylladb/scylla:" + version)
6462
.withCommand("--smp", "1") // Limit SMP to run in a machine having many cores https://github.com/scylladb/scylla/issues/5638

0 commit comments

Comments
 (0)