Skip to content

Commit d402786

Browse files
committed
Fix Javadoc @see's.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695190 13f79535-47bb-0310-9956-ffa450edef68
1 parent aa0fbb0 commit d402786

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,27 +155,27 @@ public final class CSVFormat implements Serializable {
155155
public static enum Predefined {
156156

157157
/**
158-
* @see CSVFormat#DEFAULT.
158+
* @see CSVFormat#DEFAULT
159159
*/
160160
Default(CSVFormat.DEFAULT),
161161

162162
/**
163-
* @see CSVFormat#EXCEL.
163+
* @see CSVFormat#EXCEL
164164
*/
165165
Excel(CSVFormat.EXCEL),
166166

167167
/**
168-
* @see CSVFormat#MYSQL.
168+
* @see CSVFormat#MYSQL
169169
*/
170170
MySQL(CSVFormat.MYSQL),
171171

172172
/**
173-
* @see CSVFormat#RFC4180.
173+
* @see CSVFormat#RFC4180
174174
*/
175175
RFC4180(CSVFormat.RFC4180),
176176

177177
/**
178-
* @see CSVFormat#TDF.
178+
* @see CSVFormat#TDF
179179
*/
180180
TDF(CSVFormat.TDF);
181181

0 commit comments

Comments
 (0)