Explorar el Código

todo entfernt

Kevin Trometer hace 8 años
padre
commit
e0ce40e0c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/ui/view/StatisticGraph.java

+ 1 - 1
src/ui/view/StatisticGraph.java

@@ -95,7 +95,7 @@ public class StatisticGraph extends JPanel {
 			// Calculate values for each set and add them
 			addValues();
 
-			// TODO Calculate Paths
+			//Create Paths and draw them
 			for (TrackedDataSet set : objects) {
 				path.reset();
 				switch (set.getProperty()) {