mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
Remove CATEGORY as a parameter for Table.addColumn() pointed out in processing/processing-docs#501
This commit is contained in:
@@ -1790,7 +1790,7 @@ public class Table {
|
||||
|
||||
|
||||
/**
|
||||
* @param type the type to be used for the new column: INT, LONG, FLOAT, DOUBLE, STRING, or CATEGORY
|
||||
* @param type the type to be used for the new column: INT, LONG, FLOAT, DOUBLE, or STRING
|
||||
*/
|
||||
public void addColumn(String title, int type) {
|
||||
insertColumn(columns.length, title, type);
|
||||
|
||||
Reference in New Issue
Block a user