diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-30 16:42:54 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-03-31 13:09:07 +0200 |
commit | d6a835473c21084e3864da7f854e5000a4867843 (patch) | |
tree | 9a765bdb7b313a5cfc68ece71df0860ed213e1de /sonar-plugin-api | |
parent | 377b5ce229e6bd4c2d326d8e9e6f495a89549b42 (diff) | |
download | sonarqube-d6a835473c21084e3864da7f854e5000a4867843.tar.gz sonarqube-d6a835473c21084e3864da7f854e5000a4867843.zip |
Revert "SONAR-7122 Drop the ability to customize the web app context"
This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7.
SONAR-7494 Reintroduce the web app context
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r-- | sonar-plugin-api/src/main/java/org/sonar/api/platform/Server.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/platform/Server.java b/sonar-plugin-api/src/main/java/org/sonar/api/platform/Server.java index 0968b5f3d03..62b5915e136 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/platform/Server.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/platform/Server.java @@ -45,10 +45,6 @@ public abstract class Server { @CheckForNull public abstract File getDeployDir(); - /** - * @deprecated in 5.4. Web context path can not be configured. It's always {@code ""}. See https://jira.sonarsource.com/browse/SONAR-7122 - */ - @Deprecated public abstract String getContextPath(); /** |