From 989e80c59c308f2c5f6eaec76368627f8324b6bb Mon Sep 17 00:00:00 2001 From: SiboVG Date: Tue, 27 Sep 2022 16:18:23 +0200 Subject: [PATCH] Add TODO call --- swing/src/net/sf/openrocket/gui/plot/SimulationPlot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swing/src/net/sf/openrocket/gui/plot/SimulationPlot.java b/swing/src/net/sf/openrocket/gui/plot/SimulationPlot.java index 9bcb0253f..e14cf9e5b 100644 --- a/swing/src/net/sf/openrocket/gui/plot/SimulationPlot.java +++ b/swing/src/net/sf/openrocket/gui/plot/SimulationPlot.java @@ -60,7 +60,7 @@ import org.jfree.ui.RectangleInsets; import org.jfree.ui.TextAnchor; /* - * It should be possible to simplify this code quite a bit by using a single Renderer instance for + * TODO: It should be possible to simplify this code quite a bit by using a single Renderer instance for * both datasets and the legend. But for now, the renderers are queried for the line color information * and this is held in the Legend. */