Skip to content

Commit ff437b5

Browse files
committed
Fix since 1.2.4 to 1.3.0
1 parent 9a59526 commit ff437b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/rife/bld/extension/PmdOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public PmdOperation cache(String cache) {
297297
*
298298
* @param collectFilesRecursively whether to collect files recursively or not
299299
* @return this operation
300-
* @since 1.2.4
300+
* @since 1.3.0
301301
*/
302302
public PmdOperation collectFilesRecursively(boolean collectFilesRecursively) {
303303
this.collectFilesRecursively_ = collectFilesRecursively;

src/main/java/rife/bld/extension/pmd/PmdAnalysisResults.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @param processingErrors The number of processing errors returned during the analysis
2727
* @param configurationErrors The number of processing errors returning during the analysis
2828
* @param rulesChecked The number of rules checked during the analysis
29-
* @since 1.2.4
29+
* @since 1.3.0
3030
*/
3131
public record PmdAnalysisResults(
3232
int violations,

0 commit comments

Comments
 (0)