Skip to content

Commit 37c5a2f

Browse files
committed
fix build warnings
1 parent b37a99e commit 37c5a2f

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

src/test/java/org/cactoos/func/FlattenedTest.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
import org.llorllale.cactoos.matchers.IsApplicable;
1111

1212
/**
13-
* Tests for {@link Flattened}.
14-
*
15-
* @since 0.49
16-
*/
13+
* Tests for {@link Flattened}.
14+
*
15+
* @since 0.49
16+
*/
1717
@SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert")
1818
final class FlattenedTest {
1919
@Test

src/test/java/org/cactoos/package-info.java

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* Assertion from cactoos-matchers. Keep PR short and limit the changes to
1111
* single package. Update this puzzle for the next package.
1212
* After all packages are done, add MatcherAssert to forbidden-apis.txt
13-
*
1413
* @since 0.9
1514
*/
1615
package org.cactoos;

src/test/java/org/cactoos/scalar/FlattenedTest.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
import org.llorllale.cactoos.matchers.IsText;
1414

1515
/**
16-
* Tests for {@link Flattened}.
17-
*
18-
* @since 0.49
19-
*/
16+
* Tests for {@link Flattened}.
17+
*
18+
* @since 0.49
19+
*/
2020
final class FlattenedTest {
2121
@Test
2222
void flattens() {

src/test/java/org/cactoos/text/FlattenedTest.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
import org.llorllale.cactoos.matchers.IsText;
1515

1616
/**
17-
* Tests for {@link Flattened}.
18-
*
19-
* @since 0.49
20-
*/
17+
* Tests for {@link Flattened}.
18+
*
19+
* @since 0.49
20+
*/
2121
final class FlattenedTest {
2222
@Test
2323
void flattens() {

0 commit comments

Comments
 (0)