Skip to content

Commit

Permalink
Fix violations
Browse files Browse the repository at this point in the history
  • Loading branch information
kerelape committed Feb 11, 2024
1 parent c7c3963 commit 123a258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/scalar/Strict.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Validates the given {@code origin} against the specified {@code rule}.
* If the validation fails, the {@code exception} is thrown.
*
* @param T Element type.
* @param <T> Element type.
*
* @since 0.56
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/scalar/StrictTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* Test case for {@link Strict}.
*
*
* @since 0.56
*/
public final class StrictTest {
Expand Down

0 comments on commit 123a258

Please sign in to comment.