From f2c32f51430d950a9b523a42adedf3aff79f1e3e Mon Sep 17 00:00:00 2001 From: REAS Date: Mon, 9 Nov 2015 20:15:48 -0800 Subject: [PATCH] Change to PApplet for the loadTable() reference --- core/src/processing/core/PApplet.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 0abca26a3..19c6e0ec4 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -5973,6 +5973,8 @@ public class PApplet implements PConstants { * (in terms of speed and memory usage) for loading and parsing tables. The * dictionary file can only be tab separated values (.tsv) and its extension * will be ignored. This option was added in Processing 2.0.2. + * + * @param options may contain "header", "tsv", "csv", or "bin" separated by commas */ public Table loadTable(String filename, String options) { try {