Instance: use getInstance()
[nikiroo-utils.git] / src / be / nikiroo / fanfix / supported / Html.java
index c27dd32f181651186446bbe597c09b6f6b7d8c5b..900fa0a1772f0ffd5ecfcaf2fecfbd8b248168a0 100644 (file)
@@ -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));
                        }
                }