X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=supported%2FHtml.java;h=900fa0a1772f0ffd5ecfcaf2fecfbd8b248168a0;hb=70691e843a5ca80f8cd47bf2cde20ac53c09b2b5;hp=c27dd32f181651186446bbe597c09b6f6b7d8c5b;hpb=669a62833b4458bad0772debdd06921080500221;p=nikiroo-utils.git diff --git a/supported/Html.java b/supported/Html.java index c27dd32..900fa0a 100644 --- a/supported/Html.java +++ b/supported/Html.java @@ -51,9 +51,8 @@ class Html extends InfoText { try { source = txt.toURI().toURL(); } catch (MalformedURLException e) { - Instance.getTraceHandler().error( - new IOException("Cannot convert the right URL for " - + source, e)); + Instance.getInstance().getTraceHandler() + .error(new IOException("Cannot convert the right URL for " + source, e)); } }