Skip to content

Commit

Permalink
CR-IC-5617 - mark old method as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Golubev committed Jul 1, 2014
1 parent a549b93 commit 366a5c9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 366a5c9

Please sign in to comment.