This commit is contained in:
snowleo 2012-03-15 09:15:28 +01:00
parent c513014732
commit c09329e5be

View file

@ -145,7 +145,7 @@ public class MetricsStarter implements Runnable
enabledGraph.addPlotter(new SimplePlotter("LocalChat")); enabledGraph.addPlotter(new SimplePlotter("LocalChat"));
} }
final Graph depGraph = metrics.createGraph("Dependancies"); final Graph depGraph = metrics.createGraph("Dependencies");
Method method = ess.getPaymentMethod().getMethod(); Method method = ess.getPaymentMethod().getMethod();
if (method != null) if (method != null)
{ {