Updates to the PShape reference for 2

This commit is contained in:
Casey Reas
2012-11-17 07:43:44 +00:00
parent c3c52602f0
commit e971eb6318
5 changed files with 56 additions and 31 deletions

View File

@@ -2259,7 +2259,7 @@ public class Table {
* Get a String value from the table. If the row is longer than the table
* @param row
* @param col
* @return
* @return the String defined by the row and col variables
*/
public String getString(int row, int col) {
checkBounds(row, col);