aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/main/java
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-06-03 10:30:23 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-06-03 10:30:23 +0200
commitef8c10d27e6941851a4bda34f37daa4e768c8271 (patch)
tree6672400f22898108a5cfd5a547752d8da3b179b4 /sonar-ws-client/src/main/java
parent601d5ae88be21e172d9b1d756e9c72f896fe42d9 (diff)
downloadsonarqube-ef8c10d27e6941851a4bda34f37daa4e768c8271.tar.gz
sonarqube-ef8c10d27e6941851a4bda34f37daa4e768c8271.zip
SONAR-5341 Add some unit test and complete Javadoc
Diffstat (limited to 'sonar-ws-client/src/main/java')
-rw-r--r--sonar-ws-client/src/main/java/org/sonar/wsclient/issue/Issue.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-client/src/main/java/org/sonar/wsclient/issue/Issue.java b/sonar-ws-client/src/main/java/org/sonar/wsclient/issue/Issue.java
index 6e4c6da2b55..ccd18193463 100644
--- a/sonar-ws-client/src/main/java/org/sonar/wsclient/issue/Issue.java
+++ b/sonar-ws-client/src/main/java/org/sonar/wsclient/issue/Issue.java
@@ -38,7 +38,7 @@ public interface Issue {
String componentKey();
/**
- * Deprecated since 4.4
+ * Deprecated since 4.4. Use {@link #componentKey()} instead
*/
@Deprecated
Long componentId();