Skip to content

Commit 8024aee

Browse files
committed
Fix javadocs
1 parent 8156a17 commit 8024aee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/de/thetaphi/forbiddenapis/gradle/CheckForbiddenApis.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ public class CheckForbiddenApis extends DefaultTask implements PatternFilterable
120120

121121
/**
122122
* Directories with the class files to check.
123-
* Defaults to current sourseSet's output directory (Gradle 2/3) or output directories (Gradle 4.0+).
123+
* Defaults to current sourseSet's output directory (Gradle 3) or output directories (Gradle 4.0+).
124124
*/
125-
// no @InputDirectories, we use separate getter for a list of all input files
126125
@Internal
127126
public FileCollection getClassesDirs() {
128127
return classesDirs;
@@ -136,7 +135,7 @@ public void setClassesDirs(FileCollection classesDirs) {
136135

137136
/**
138137
* Directory with the class files to check.
139-
* Defaults to current sourseSet's output directory (Gradle 2/3 only).
138+
* Defaults to current sourseSet's output directory (Gradle 3 only).
140139
* @deprecated use {@link #getClassesDirs()} instead. If there are more than one
141140
* {@code classesDir} set by {@link #setClassesDirs(FileCollection)}, this getter may
142141
* throw an exception!

0 commit comments

Comments
 (0)