Instance: use getInstance()
[nikiroo-utils.git] / src / be / nikiroo / fanfix / supported / Fimfiction.java
index e96ac4f5766eb601886e3b6574c27044fb33b81a..77267c1188a24438bec7f46c1097219f0d20e58c 100644 (file)
@@ -230,7 +230,7 @@ class Fimfiction extends BasicSupport_Deprecated {
                                                urls.add(new AbstractMap.SimpleEntry<String, URL>(name,
                                                                new URL("http://www.fimfiction.net" + line)));
                                        } catch (MalformedURLException e) {
-                                               Instance.getTraceHandler().error(e);
+                                               Instance.getInstance().getTraceHandler().error(e);
                                        }
                                }
                        }