Skip to content

Commit 3de9ad7

Browse files
committed
Added annotation for same name but different
1 parent 5fba851 commit 3de9ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data-loader/core/src/test/java/com/scalar/db/dataloader/core/dataimport/processor/ImportProcessorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
* <p>Additionally, this class tests the thread executor behavior in ImportProcessor, including
5656
* proper shutdown, waiting for tasks to complete, handling interruptions, and task distribution.
5757
*/
58+
@SuppressWarnings("SameNameButDifferent")
5859
@ExtendWith(MockitoExtension.class)
5960
class ImportProcessorTest {
6061

0 commit comments

Comments
 (0)