IJPL-162295 - Remote servers should not mark entire icons.* as @Internal

- thus, RemoteServersIcons is now API

GitOrigin-RevId: 68a08bb751ba0aa1faf98b4a4a7e2429eacb8d56
This commit is contained in:
Michael Golubev
2024-09-16 12:38:05 +02:00
committed by intellij-monorepo-bot
parent 00db1fd8ed
commit f3b53ae67f
2 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
f:icons.RemoteServersIcons
- sf:ResumeScaled:javax.swing.Icon
- sf:ServersToolWindow:javax.swing.Icon
- sf:SuspendScaled:javax.swing.Icon
- <init>():V

View File

@@ -1,5 +0,0 @@
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
@Internal
package icons;
import org.jetbrains.annotations.ApiStatus.Internal;