Skip to content

Commit

Permalink
Add todo to replace static methods with objects yegor256#880
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Dec 11, 2018
1 parent 2e288ff commit 4e072c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
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

0 comments on commit 4e072c7

Please sign in to comment.