Skip to content

Commit 30ea717

Browse files
committed
Remove CATEGORY as a parameter for Table.addColumn() pointed out in processing/processing-docs#501
1 parent a470c95 commit 30ea717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/data/Table.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,7 @@ public void addColumn(String title) {
17901790

17911791

17921792
/**
1793-
* @param type the type to be used for the new column: INT, LONG, FLOAT, DOUBLE, STRING, or CATEGORY
1793+
* @param type the type to be used for the new column: INT, LONG, FLOAT, DOUBLE, or STRING
17941794
*/
17951795
public void addColumn(String title, int type) {
17961796
insertColumn(columns.length, title, type);

0 commit comments

Comments
 (0)