File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
language-api/src/main/java/de/jplag Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public interface Language {
1616 * An empty array means all extensions are valid.
1717 * @deprecated see {@link Language#fileExtensions()}
1818 */
19- @ Deprecated (since = "7.0 .0" , forRemoval = true )
19+ @ Deprecated (since = "6.2 .0" , forRemoval = true )
2020 default String [] suffixes () {
2121 return fileExtensions ().toArray (String []::new );
2222 }
@@ -90,7 +90,7 @@ default boolean useViewFiles() {
9090 * If the language uses representation files, this method returns the suffix used for the representation files.
9191 * @deprecated see {@link Language#viewFileExtension()}
9292 */
93- @ Deprecated (since = "7.0 .0" , forRemoval = true )
93+ @ Deprecated (since = "6.2 .0" , forRemoval = true )
9494 default String viewFileSuffix () {
9595 return viewFileExtension ();
9696 }
You can’t perform that action at this time.
0 commit comments