Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Sep 20, 2024
1 parent 091ed78 commit 9aa47ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private ConfigurableRetryLogic() throws SQLServerException {
* an exception
*/
public static ConfigurableRetryLogic getInstance() throws SQLServerException {
// No need for lock; static initializer singleInstance is thread-safe]
// No need for lock; static initializer singleInstance is thread-safe
if (singleInstance == null) {
CRL_LOCK.lock();
try {
Expand Down

0 comments on commit 9aa47ca

Please sign in to comment.