瀏覽代碼

todo entfernt

Kevin Trometer 8 年之前
父節點
當前提交
e0ce40e0c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()) {