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 @@ -617,9 +617,9 @@ public void setIssueLabels(List<String> issueLabels) {
617
617
618
618
public static final class GitHub {
619
619
620
- private String organization ;
620
+ private final String organization ;
621
621
622
- private String repository ;
622
+ private final String repository ;
623
623
624
624
private final List <String > issueLabels ;
625
625
You can’t perform that action at this time.
0 commit comments