Skip to content

Commit

Permalink
fixed errors reported by com.qulice:qulice-maven-plugin:0.12:check
Browse files Browse the repository at this point in the history
  • Loading branch information
pluresideas committed Aug 16, 2020
1 parent bd478b4 commit 4b305fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/main/java/com/jcabi/immutable/Array.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
* its encapsulated values and is annotated with {@code @Immutable}
* annotation.
* <p>
* Limitation: Encapsulated objects with exposed mutators can mutate their state.
* Limitation:
* Encapsulated objects with exposed mutators can mutate their state.
*
* @param <T> Value key type
* @author Yegor Bugayenko (yegor@tpc2.com)
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/jcabi/immutable/ArrayMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
* its encapsulated values and is annotated with {@code @Immutable}
* annotation.
* <p>
* Limitation: Encapsulated objects with exposed mutators can mutate their state.
* Limitation:
* Encapsulated objects with exposed mutators can mutate their state.
*
* @param <K> Map key type
* @param <V> Value key type
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/jcabi/immutable/ArraySet.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
* its encapsulated values and is annotated with {@code @Immutable}
* annotation.
* <p>
* Limitation: Encapsulated objects with exposed mutators can mutate their state.
* Limitation:
* Encapsulated objects with exposed mutators can mutate their state.
*
* @param <T> Value key type
* @author Yegor Bugayenko (yegor@tpc2.com)
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/jcabi/immutable/ArraySortedSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
* its encapsulated values and is annotated with {@code @Immutable}
* annotation.
* <p>
* Limitation: Encapsulated objects with exposed mutators can mutate their state.
* Limitation:
* Encapsulated objects with exposed mutators can mutate their state.
*
* @param <T> Value key type
* @author Yegor Bugayenko (yegor@tpc2.com)
Expand Down

0 comments on commit 4b305fa

Please sign in to comment.