]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing Javadoc (#925)
authorEvgeny Mandrikov <Godin@users.noreply.github.com>
Mon, 9 May 2016 21:14:09 +0000 (23:14 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 9 May 2016 21:14:09 +0000 (23:14 +0200)
Method was added in SQ 5.1 in e9b5effe30cf68820a3dfb00bf736a325313206b

sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/InputFile.java

index 95239e2a2e93ffab5b04da5166befb8b5eee25ef..722abe9e5ff9686f3ab9495eb37b38cfe41b8d8c 100644 (file)
@@ -82,6 +82,7 @@ public interface InputFile extends InputPath {
 
   /**
    * The underlying absolute {@link Path}
+   * @since 5.1
    */
   @Override
   Path path();