X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=supported%2FHtml.java;h=900fa0a1772f0ffd5ecfcaf2fecfbd8b248168a0;hb=75a6a3eadc87e42bb0c9808e359d23d03801a9a2;hp=c27dd32f181651186446bbe597c09b6f6b7d8c5b;hpb=0fc81e6465aa9c1f1dfc19b532082220d609768a;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)); } }