From a6f7f2f995f5a2675bc4e835ca475f781ec6d6c0 Mon Sep 17 00:00:00 2001 From: maxonfjvipon Date: Fri, 7 Jul 2023 12:32:13 +0300 Subject: [PATCH] #1602 - updated todo --- .../src/main/java/org/eolang/maven/SafeMojo.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java b/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java index a86d3c0ff9..a620b23748 100644 --- a/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java +++ b/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java @@ -208,9 +208,11 @@ abstract class SafeMojo extends AbstractMojo { /** * External tojos. - * @todo #1602:30min Parsing with versions using external tojos. Need to - * implement mechanism of parsing objects with versions and save them to - * external tojos. + * @todo #1602:30min Use external tojos to implement object versioning. + * Implementation of object versioning will bring a lot significant + * changes. That's why it's better to use independent separated tojos for + * that purpose. At the end when object versioning works - just replace + * them and remove unnecessary one. * @checkstyle MemberNameCheck (7 lines) * @checkstyle VisibilityModifierCheck (5 lines) */