aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-03-30 16:42:54 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-03-31 13:09:07 +0200
commitd6a835473c21084e3864da7f854e5000a4867843 (patch)
tree9a765bdb7b313a5cfc68ece71df0860ed213e1de /sonar-plugin-api
parent377b5ce229e6bd4c2d326d8e9e6f495a89549b42 (diff)
downloadsonarqube-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.java4
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();
/**