]> source.dussan.org Git - sonarqube.git/commitdiff
Update Javadoc of Language::getFileSuffixes
authorJulien HENRY <julien.henry@sonarsource.com>
Wed, 2 Apr 2014 09:49:40 +0000 (11:49 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Wed, 2 Apr 2014 13:26:12 +0000 (15:26 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/resources/Language.java

index 19f3979c4ad0bcbe67e4ccf3b3b569f0da2e4dc0..a5665394c431d3927fc8543053bec14aaf0d5893 100644 (file)
@@ -44,8 +44,7 @@ public interface Language extends BatchExtension, ServerExtension {
   String getName();
 
   /**
-   * Make sure that dot is a prefix for all values.
-   * For example [".jav", ".java"].
+   * For example ["jav", "java"].
    * If empty, then all files in source directories are considered as sources.
    */
   String[] getFileSuffixes();