From 50b77c637ec5f97a27eef05533f6349bbd7ec584 Mon Sep 17 00:00:00 2001 From: Ilya Kharlamov <502372+ilyakharlamov@users.noreply.github.com> Date: Mon, 21 Jan 2019 22:12:24 -0500 Subject: [PATCH] (#1035) org.cactoos.io.Joined: add a Ctor of Iterable (period) --- src/test/java/org/cactoos/io/JoinedTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/cactoos/io/JoinedTest.java b/src/test/java/org/cactoos/io/JoinedTest.java index 57cfd49412..40a8f4dccb 100644 --- a/src/test/java/org/cactoos/io/JoinedTest.java +++ b/src/test/java/org/cactoos/io/JoinedTest.java @@ -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() {