Skip to content

Commit e7d9ab0

Browse files
committed
TODO.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1715921 13f79535-47bb-0310-9956-ffa450edef68
1 parent e0f022e commit e7d9ab0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
package org.apache.commons.csv;
1919

2020
/**
21-
* Utility class for input parameter validation
21+
* Utility class for input parameter validation.
22+
*
23+
* TODO Replace usage with {@link Objects} when we switch to Java 7.
2224
*
2325
* @version $Id$
2426
*/

0 commit comments

Comments
 (0)