@@ -56,7 +56,7 @@ public static void setupTests() throws Exception {
5656 /**
5757 * Test that the SQLServerConnection methods getRetryExec and setRetryExec correctly get the existing retryExec, and
5858 * set the retryExec connection parameter respectively.
59- *
59+ *
6060 * @throws Exception
6161 * if an exception occurs
6262 */
@@ -108,7 +108,7 @@ public void testRetryConnConnectionStringOption() throws Exception {
108108
109109 /**
110110 * Tests that statement retry with prepared statements correctly retries given the provided retryExec rule.
111- *
111+ *
112112 * @throws Exception
113113 * if unable to connect or execute against db
114114 */
@@ -133,7 +133,7 @@ public void testStatementRetryPreparedStatement() throws Exception {
133133
134134 /**
135135 * Tests that statement retry with callable statements correctly retries given the provided retryExec rule.
136- *
136+ *
137137 * @throws Exception
138138 * if unable to connect or execute against db
139139 */
@@ -158,7 +158,7 @@ public void testStatementRetryCallableStatement() throws Exception {
158158
159159 /**
160160 * Tests that statement retry with SQL server statements correctly retries given the provided retryExec rule.
161- *
161+ *
162162 * @throws Exception
163163 * if unable to connect or execute against db
164164 */
@@ -391,7 +391,7 @@ public void testTooManyTimings() {
391391
392392 /**
393393 * Tests that rules with an invalid retry error correctly fail.
394- *
394+ *
395395 * @throws Exception
396396 * for the invalid parameter
397397 */
@@ -414,7 +414,7 @@ public void testRetryError() throws Exception {
414414
415415 /**
416416 * Tests that rules with an invalid retry count correctly fail.
417- *
417+ *
418418 * @throws Exception
419419 * for the invalid parameter
420420 */
@@ -437,7 +437,7 @@ public void testRetryCount() throws Exception {
437437
438438 /**
439439 * Tests that rules with an invalid initial retry time correctly fail.
440- *
440+ *
441441 * @throws Exception
442442 * for the invalid parameter
443443 */
@@ -460,7 +460,7 @@ public void testInitialRetryTime() throws Exception {
460460
461461 /**
462462 * Tests that rules with an invalid operand correctly fail.
463- *
463+ *
464464 * @throws Exception
465465 * for the invalid parameter
466466 */
@@ -475,7 +475,7 @@ public void testOperand() throws Exception {
475475
476476 /**
477477 * Tests that rules with an invalid retry change correctly fail.
478- *
478+ *
479479 * @throws Exception
480480 * for the invalid parameter
481481 */
0 commit comments