File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ of this software and associated documentation files (the "Software"), to deal
26
26
27
27
/**
28
28
* This provides static methods to convert comma delimited text into a
29
- * JSONArray, and to covert a JSONArray into comma delimited text. Comma
29
+ * JSONArray, and to convert a JSONArray into comma delimited text. Comma
30
30
* delimited text is a very popular format for data interchange. It is
31
31
* understood by most database, spreadsheet, and organizer programs.
32
32
* <p>
@@ -41,7 +41,7 @@ of this software and associated documentation files (the "Software"), to deal
41
41
* The names for the elements in the JSONObjects can be taken from the names
42
42
* in the first row.
43
43
* @author JSON.org
44
- * @version 2014 -05-03
44
+ * @version 2015 -05-01
45
45
*/
46
46
public class CDL {
47
47
You can’t perform that action at this time.
0 commit comments