Skip to content

Commit 883780b

Browse files
committed
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@1298953 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7ccc4c7 commit 883780b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* The format specification of a CSV file.
2727
*
28-
* This class is immutable.
28+
* This class is thread-safe.
2929
*/
3030
public class CSVFormat implements Cloneable, Serializable {
3131

0 commit comments

Comments
 (0)