From 7d5974ad19abb796e93f6172ce27f11d8a613e19 Mon Sep 17 00:00:00 2001 From: Vatavuk Date: Sun, 3 Jun 2018 20:18:32 +0200 Subject: [PATCH] #881 puzzle format fix --- .../java/org/cactoos/collection/CollectionEnvelope.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(