diff --git a/src/main/java/org/cactoos/collection/CollectionEnvelope.java b/src/main/java/org/cactoos/collection/CollectionEnvelope.java index d58f1d07fb..0e878ce825 100644 --- a/src/main/java/org/cactoos/collection/CollectionEnvelope.java +++ b/src/main/java/org/cactoos/collection/CollectionEnvelope.java @@ -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(