]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing Javadoc
authorEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 3 Mar 2016 08:51:23 +0000 (09:51 +0100)
committerDuarte Meneses <duarte.meneses@sonarsource.com>
Thu, 3 Mar 2016 10:04:00 +0000 (11:04 +0100)
Method was added in SQ 5.3 as part of SONAR-5894.

sonar-plugin-api/src/main/java/org/sonar/api/source/Symbolizable.java

index a91de4b00fc123f7acc7f5b96271d8afbd3365c8..e6dac0d2840b7614932927b94434b0fbda8185c9 100644 (file)
@@ -48,6 +48,8 @@ public interface Symbolizable extends Perspective {
     /**
      * Creates a new reference for a symbol.
      * The offsets are global in the file.
+     *
+     * @since 5.3
      */
     void newReference(Symbol symbol, int fromOffset, int toOffset);