diff --git a/src/main/java/org/eolang/jeo/improvement/ImprovementDistilledObjects.java b/src/main/java/org/eolang/jeo/improvement/ImprovementDistilledObjects.java index 8b10ea676..b4bed919b 100644 --- a/src/main/java/org/eolang/jeo/improvement/ImprovementDistilledObjects.java +++ b/src/main/java/org/eolang/jeo/improvement/ImprovementDistilledObjects.java @@ -128,10 +128,6 @@ private static Representation replaceConstructors( * @param clazz Class where to replace. * @param target What should be replaced. * @param replacement Replacement. - * @todo #161:90min Refactor replace method. - * Right now it's a big method with a lot of repetition and high complexity. - * Moreover, some constants are hardcoded and it's not good. - * We need to refactor it into a set of smaller methods and remove all linter warnings. * @checkstyle ModifiedControlVariableCheck (200 lines) */ private static void replace(