Skip to content

Commit

Permalink
Merge pull request #488 from svendiedrichsen/readme-typo
Browse files Browse the repository at this point in the history
README.md - Merging 'StickyList' comparisons
  • Loading branch information
yegor256 committed Dec 6, 2017
2 parents 38f5bfc + 0a52d72 commit e1ecc78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ Cactoos | Guava | Apache Commons | JDK 8
`ReversedText` | - | - | `StringBuilder#reverse()`
`RotatedText` | - | `StringUtils.rotate()`| -
`SplitText` | - | - | `String#split()`
`StickyList` | ? | ? | `Arrays.asList()`
`StickyList` | `Lists.newArrayList()` | ? | -
`StickyList` | `Lists.newArrayList()` | ? | `Arrays.asList()`
`SubText` | - | - | `String#substring()`
`SwappedCaseText` | - | `StringUtils.swapCase()` | -
`TextOf` | ? | `IOUtils.toString()` | -
Expand Down

0 comments on commit e1ecc78

Please sign in to comment.