]> source.dussan.org Git - sonarqube.git/commitdiff
Remove moduleKey() as it's not returned by the WS
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 13 May 2014 07:02:04 +0000 (09:02 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 13 May 2014 08:26:25 +0000 (10:26 +0200)
sonar-ws-client/src/main/java/org/sonar/wsclient/component/Component.java

index 5d2e22271db0082393ae99a19851122ed0370e9c..686799a68ac3433edb6555dda0ad398aee3dd72c 100644 (file)
@@ -80,12 +80,4 @@ public class Component {
     return JsonUtils.getString(json, "path");
   }
 
-  /**
-   * @since 4.2
-   */
-  @CheckForNull
-  public String moduleKey() {
-    return JsonUtils.getString(json, "moduleKey");
-  }
-
 }