Skip to content

Commit 744b40d

Browse files
committed
removed unnecessary comment
1 parent fc3b7bf commit 744b40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/shade/memcached/internals/SpyMemcachedIntegration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ class SpyMemcachedIntegration(cf: ConnectionFactory, addrs: Seq[InetSocketAddres
360360
if (!op.isCancelled)
361361
op.cancel()
362362
} catch {
363-
case NonFatal(_) => // What to do here ?
363+
case NonFatal(_) =>
364364
}
365365
})
366366

0 commit comments

Comments
 (0)