diff --git a/platform/remote-servers/api/src/com/intellij/remoteServer/runtime/deployment/ServerRuntimeInstance.java b/platform/remote-servers/api/src/com/intellij/remoteServer/runtime/deployment/ServerRuntimeInstance.java index 93dfe954431f2..3f5e4ba42b0b6 100644 --- a/platform/remote-servers/api/src/com/intellij/remoteServer/runtime/deployment/ServerRuntimeInstance.java +++ b/platform/remote-servers/api/src/com/intellij/remoteServer/runtime/deployment/ServerRuntimeInstance.java @@ -21,6 +21,9 @@ public String getDeploymentName(@NotNull DeploymentSource source, D configuratio return getDeploymentName(source); } + /** + * @deprecated use {@link #getDeploymentName(com.intellij.remoteServer.configuration.deployment.DeploymentSource, D configuration)} instead + */ @NotNull public String getDeploymentName(@NotNull DeploymentSource source) { return source.getPresentableName();