yegor256 / cactoos

Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons
https://www.cactoos.org
MIT License
737 stars 163 forks source link

`text.Sticky` does not implement `toString`, `equals`, `hashCode` #1589

Closed andreoss closed 3 years ago

andreoss commented 3 years ago

Sticky only caches asString method

https://github.com/yegor256/cactoos/blob/master/src/main/java/org/cactoos/text/Sticky.java#L40