Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit b2a50d4

Browse files
committed
Remove unused import.
1 parent b5de127 commit b2a50d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/apache/commons/csv/Assertions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
package org.apache.commons.csv;
1919

20+
import java.util.Objects;
21+
2022
/**
2123
* Utility class for input parameter validation.
2224
*

0 commit comments

Comments
 (0)