Skip to content

Commit

Permalink
#881 puzzle format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatavuk committed Jun 3, 2018
1 parent 7cbc072 commit 7d5974a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/cactoos/collection/CollectionEnvelope.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
* that implements Collection class. It only compares classes derived from
* CollectionEnvelope.
* There are three approaches to solve this issue:
* 1. add an instanceof (against our principles)
* 2. build a new type that checks if a class implements/extends an interface
* 3. modify InheritanceLevel to take into account (1)
* 1. add an instanceof (against our principles)
* 2. build a new type that checks if a class implements/extends an interface
* 3. modify InheritanceLevel to take into account (1)
* @checkstyle AbstractClassNameCheck (500 lines)
*/
@SuppressWarnings(
Expand Down

0 comments on commit 7d5974a

Please sign in to comment.