Claudenw commented on code in PR #697:
URL: https://github.com/apache/creadur-rat/pull/697#discussion_r3594438455
##########
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/ExclusionProcessor.java:
##########
@@ -82,8 +82,8 @@ public ExclusionProcessor() {
excludedCollections = new HashSet<>();
}
- public Serde serde() {
- return new Serde();
+ public SerDes serde() {
Review Comment:
Do you want to change the method from `serde()` to `serDes()`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]