File tree 2 files changed +4
-4
lines changed
buildSrc/src/main/java/org/springframework/boot/build
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2024 the original author or authors.
2
+ * Copyright 2012-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -84,7 +84,7 @@ Stream<String> names() {
84
84
85
85
static final class AntoraExtensionsConfiguration {
86
86
87
- private Map <String , Map <String , Object >> extensions = new TreeMap <>();
87
+ private final Map <String , Map <String , Object >> extensions = new TreeMap <>();
88
88
89
89
private AntoraExtensionsConfiguration (List <String > names ) {
90
90
names .forEach ((name ) -> this .extensions .put (name , null ));
Original file line number Diff line number Diff line change @@ -616,9 +616,9 @@ public void setIssueLabels(List<String> issueLabels) {
616
616
617
617
public static final class GitHub {
618
618
619
- private String organization ;
619
+ private final String organization ;
620
620
621
- private String repository ;
621
+ private final String repository ;
622
622
623
623
private final List <String > issueLabels ;
624
624
You can’t perform that action at this time.
0 commit comments