mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Fix incorrect usages of Javadoc syntax {@code} and {@link} in various
Java classes. Reviewed-by: Tagir Valeev <tagir.valeev@jetbrains.com> PR#2520 GitOrigin-RevId: 2ace377ae2dc38b0cfe0a73bf43ac84a067b3071
This commit is contained in:
committed by
intellij-monorepo-bot
parent
18e26f108f
commit
26d8b55820
@@ -70,7 +70,7 @@ public interface CompileScope extends ExportableUserDataHolder {
|
||||
}
|
||||
|
||||
/**
|
||||
* @return similar to {getAffectedModules}, but is more precise about which kinds of source roots are affected: production and/or tests
|
||||
* @return similar to {@link #getAffectedModules}, but is more precise about which kinds of source roots are affected: production and/or tests
|
||||
*/
|
||||
default Collection<ModuleSourceSet> getAffectedSourceSets() {
|
||||
List<ModuleSourceSet> sets = new SmartList<>();
|
||||
|
||||
Reference in New Issue
Block a user