slawekjaranowski commented on code in PR #87:
URL: 
https://github.com/apache/maven-changes-plugin/pull/87#discussion_r1865015585


##########
src/main/java/org/apache/maven/plugins/changes/ChangesReport.java:
##########
@@ -172,11 +173,9 @@ public class ChangesReport extends AbstractChangesReport {
     @Parameter(property = "changes.xmlPath", defaultValue = 
"src/changes/changes.xml")
     private File xmlPath;
 
-    private ReleaseUtils releaseUtils = new ReleaseUtils(getLog());
-
-    private CaseInsensitiveMap caseInsensitiveIssueLinkTemplatePerSystem;
+    private final ReleaseUtils releaseUtils = new ReleaseUtils(getLog());

Review Comment:
   fixed in other place also



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to