Skip to content

Commit

Permalink
#1602 - updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jul 7, 2023
1 parent 70cfd42 commit a6f7f2f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down

0 comments on commit a6f7f2f

Please sign in to comment.