diff --git a/core/src/processing/data/Table.java b/core/src/processing/data/Table.java index 17aab1245..307b9df67 100644 --- a/core/src/processing/data/Table.java +++ b/core/src/processing/data/Table.java @@ -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);