Skip to content

Commit 73d692f

Browse files
committed
Add todo to replace static methods with objects yegor256#880
1 parent 2e288ff commit 73d692f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ SOFTWARE.
9696
<dependency>
9797
<groupId>org.cactoos</groupId>
9898
<artifactId>cactoos</artifactId>
99+
<!--
100+
@todo #880:30min Once Cactoos is updated to qulice >=0.18.5
101+
remove all references to Files.newXXX static methods and
102+
replace them with OO objects such as InputOf or OutputOf
103+
depending on the need. See
104+
https://github.com/yegor256/takes/pull/886#issuecomment-446030223
105+
for details.
106+
-->
99107
<version>0.38</version>
100108
</dependency>
101109
<dependency>

0 commit comments

Comments
 (0)