diff --git a/Core/Tools/inc/AxisDouble.h b/Core/Tools/inc/AxisDouble.h
index dfa456f9cc5597499c3332679abf64c9da2f4f13..52488017a3ecf71e08bdaf1978538a3b1411e21e 100644
--- a/Core/Tools/inc/AxisDouble.h
+++ b/Core/Tools/inc/AxisDouble.h
@@ -26,7 +26,6 @@ class AxisDouble
 public:
     //! constructors
     AxisDouble(std::string name);
-    // TODO: change the order from (xmin, xmax, nbin) to (nbin, xmin, xmax)
     AxisDouble(std::string name, size_t size, double start, double end);
 
     //! clone function