Skip to content

Commit

Permalink
objectionary#1230 puzzle for SynchronizedTojo
Browse files Browse the repository at this point in the history
  • Loading branch information
mximp committed Oct 14, 2022
1 parent a89a45a commit e0c5757
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eo-maven-plugin/src/main/java/org/eolang/maven/ParseMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@
* Parse EO to XML.
*
* @since 0.1
* @todo #1230:30min Make number of threads in parsing executor configurable
* via mojo parameter. Default value should be 4.
* @todo #1230:30min Make number of threads used in thread executor within {@link #exec()} method
* configurable via mojo parameter `threads`. Default value should be 4.
* @todo #1230:30min Replace usage of custom {@link SynchronizedTojo} with
* implementation from Tojo framework once completed in
* <a href="https://github.com/yegor256/tojos/issues/16">#16</a>. Custom implementation
* can be removed after replacement.
*/
@Mojo(
name = "parse",
Expand Down

0 comments on commit e0c5757

Please sign in to comment.