From 972b04abd66b11d2495cbfca9580873b9f21fcf2 Mon Sep 17 00:00:00 2001 From: Anton Makeev Date: Tue, 22 Dec 2015 12:34:27 +0100 Subject: [PATCH] IDEA-149666 Bookmark icons are not shown for files in Project View: allow testing element icons (author section removed) --- platform/util/src/com/intellij/ui/RetrievableIcon.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/util/src/com/intellij/ui/RetrievableIcon.java b/platform/util/src/com/intellij/ui/RetrievableIcon.java index c5847401ec49..910ef735ed7c 100644 --- a/platform/util/src/com/intellij/ui/RetrievableIcon.java +++ b/platform/util/src/com/intellij/ui/RetrievableIcon.java @@ -14,9 +14,6 @@ * limitations under the License. */ -/* - * @author max - */ package com.intellij.ui; import org.jetbrains.annotations.Nullable;