This is an automated email from the ASF dual-hosted git repository.
Claudenw pushed a commit to branch create-UIOptionCollections
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/create-UIOptionCollections by
this push:
new ee03f040 attempted fix
ee03f040 is described below
commit ee03f040897cf612f99a97c0205b10836d071a2d
Author: Claude Warren <[email protected]>
AuthorDate: Mon May 4 14:53:02 2026 +0100
attempted fix
---
apache-rat-core/src/main/java/org/apache/rat/ui/ArgumentTracker.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/apache-rat-core/src/main/java/org/apache/rat/ui/ArgumentTracker.java
b/apache-rat-core/src/main/java/org/apache/rat/ui/ArgumentTracker.java
index abdb5dfe..75d7c5b8 100644
--- a/apache-rat-core/src/main/java/org/apache/rat/ui/ArgumentTracker.java
+++ b/apache-rat-core/src/main/java/org/apache/rat/ui/ArgumentTracker.java
@@ -62,7 +62,7 @@ public final class ArgumentTracker {
String.format("Use of deprecated option '%s'. %s",
abstractOption.getName(), abstractOption.getDeprecated()));
}
}
- setDeprecationReporter();
+ //setDeprecationReporter();
}
/**