Skip to content

Commit

Permalink
Add todo to replace static methods with objects #880
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Dec 12, 2018
1 parent a211201 commit cd1e411
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -96,6 +96,14 @@ SOFTWARE.
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
<!--
@todo #880:30min Once Cactoos is updated to qulice >=0.18.5
remove all references to Files.newXXX static methods and
replace them with OO objects such as InputOf or OutputOf
depending on the need. See
https://github.com/yegor256/takes/pull/886#issuecomment-446030223
for details.
-->
<version>0.38</version>
</dependency>
<dependency>
Expand Down

2 comments on commit cd1e411

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on cd1e411 Dec 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 837-241b1372 disappeared from pom.xml, that's why I closed #880. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on cd1e411 Dec 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 880-4ac1935a discovered in pom.xml and submitted as #894. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.