comparison src/main/java/org/monetdb/mcl/parser/MCLParser.java @ 943:ff075ed5ce81

Spell check.
author Sjoerd Mullender <sjoerd@acm.org>
date Thu, 09 Jan 2025 10:56:14 +0100 (3 months ago)
parents d416e9b6b3d0
children
comparison
equal deleted inserted replaced
942:45c26b1a0677 943:ff075ed5ce81
31 /** The String values found while parsing. Public, you may touch it. */ 31 /** The String values found while parsing. Public, you may touch it. */
32 public final String values[]; 32 public final String values[];
33 protected int colnr = 0; 33 protected int colnr = 0;
34 34
35 /** 35 /**
36 * Creates an MCLParser targetted at a given number of field values. 36 * Creates an MCLParser targeted at a given number of field values.
37 * The lines parsed by an instance of this MCLParser should have 37 * The lines parsed by an instance of this MCLParser should have
38 * exactly capacity field values. 38 * exactly capacity field values.
39 * 39 *
40 * @param capacity the number of field values to expect 40 * @param capacity the number of field values to expect
41 */ 41 */