comparison src/main/java/org/monetdb/merovingian/Control.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
85 } 85 }
86 86
87 /** 87 /**
88 * Instructs to write a MCL protocol debug log to the given file. 88 * Instructs to write a MCL protocol debug log to the given file.
89 * This affects any newly performed command, and can be changed 89 * This affects any newly performed command, and can be changed
90 * inbetween commands. Passing null to this method disables the 90 * in between commands. Passing null to this method disables the
91 * debug log. 91 * debug log.
92 * 92 *
93 * @param filename the filename to write debug information to, or null 93 * @param filename the filename to write debug information to, or null
94 */ 94 */
95 public void setDebug(String filename) { 95 public void setDebug(String filename) {