Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/mcl/net/MapiSocket.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 |
---|---|
180 } | 180 } |
181 | 181 |
182 /** | 182 /** |
183 * Sets whether MCL redirections should be followed or not. If set | 183 * Sets whether MCL redirections should be followed or not. If set |
184 * to false, an MCLException will be thrown when a redirect is | 184 * to false, an MCLException will be thrown when a redirect is |
185 * encountered during connect. The default bahaviour is to | 185 * encountered during connect. The default behavior is to |
186 * automatically follow redirects. | 186 * automatically follow redirects. |
187 * | 187 * |
188 * @param r whether to follow redirects (true) or not (false) | 188 * @param r whether to follow redirects (true) or not (false) |
189 */ | 189 */ |
190 public void setFollowRedirects(final boolean r) { | 190 public void setFollowRedirects(final boolean r) { |