Skip to content

Commit 7982e22

Browse files
committed
Make CSVFormat final
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1523210 13f79535-47bb-0310-9956-ffa450edef68
1 parent 08f1bbf commit 7982e22

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
@@ -142,7 +142,7 @@
142142
*
143143
* @version $Id$
144144
*/
145-
public class CSVFormat implements Serializable {
145+
public final class CSVFormat implements Serializable {
146146

147147
private static final long serialVersionUID = 1L;
148148

0 commit comments

Comments
 (0)