Skip to content

Commit 8b162f6

Browse files
committed
remove unnecessary throws
1 parent d61f5e0 commit 8b162f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javav2/example_code/sqs/src/test/java/com/example/sqs/SimpleProducerConsumerIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void clear() {
6767
}
6868

6969
@BeforeEach
70-
void setUp() throws Exception {
70+
void setUp() {
7171
// Generate unique queue name for each test
7272
testQueueName = "test-queue-" + System.currentTimeMillis() + "-" + Thread.currentThread().getId();
7373

0 commit comments

Comments
 (0)