Skip to content

Commit

Permalink
(yegor256#1035) org.cactoos.io.Joined: add a Ctor of Iterable<Input> …
Browse files Browse the repository at this point in the history
…(period)
  • Loading branch information
ilyakharlamov committed Jan 22, 2019
1 parent 9efec7f commit 50b77c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/io/JoinedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void joinsOk() throws IOException {
}

/**
* Must join inputs of the iterable in the given order
* Must join inputs of the iterable in the given order.
*/
@Test
public void fromIterable() {
Expand Down

0 comments on commit 50b77c6

Please sign in to comment.