add comment
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
d8b910c843
commit
f281cad479
|
@ -34,6 +34,8 @@ public abstract class QuicheConnection
|
|||
|
||||
static
|
||||
{
|
||||
// This code is safe even if trying to load a QuicheBinding instance throws an error,
|
||||
// as in that case a warning would be logged and the binding ignored.
|
||||
if (LOG.isDebugEnabled())
|
||||
{
|
||||
List<QuicheBinding> bindings = TypeUtil.serviceStream(ServiceLoader.load(QuicheBinding.class))
|
||||
|
|
Loading…
Reference in New Issue