]> source.dussan.org Git - sonarqube.git/commitdiff
Do not deprecate Project.getFileSystem()
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 9 Feb 2011 23:11:19 +0000 (00:11 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 9 Feb 2011 23:11:19 +0000 (00:11 +0100)
sonar-plugin-api/src/main/java/org/sonar/api/resources/Project.java

index ecee7d5b0372d6d569809813d6ab6fc1ab7c5af4..ac692d1d268f31df457ed3c3c75aacdd67baad5d 100644 (file)
@@ -366,8 +366,7 @@ public class Project extends Resource {
   }
 
   /**
-   * @deprecated since 2.6. See http://jira.codehaus.org/browse/SONAR-2126
-   *             ProjectFileSystem can be retrieved as an IoC dependency
+   * Note: it's better to get a reference on ProjectFileSystem as an IoC dependency (constructor parameter)
    */
   public ProjectFileSystem getFileSystem() {
     return fileSystem;