1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-10 00:28:22 +02:00
This commit is contained in:
snowleo
2012-03-15 09:15:28 +01:00
parent 2f5302f008
commit cf41172f33

View File

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