You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/servlet/CloudFoundrySecurityService.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2019 the original author or authors.
2
+
* Copyright 2012-2024 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.
@@ -97,7 +97,7 @@ private URI getPermissionsUri(String applicationId) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/client/RestClientSsl.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2023 the original author or authors.
2
+
* Copyright 2012-2024 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.
@@ -32,8 +32,8 @@
32
32
* Typically used as follows: <pre class="code">
33
33
* @Bean
34
34
* public MyBean myBean(RestClient.Builder restClientBuilder, RestClientSsl ssl) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/nio/file/package-info.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2023 the original author or authors.
2
+
* Copyright 2012-2024 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.
@@ -15,6 +15,6 @@
15
15
*/
16
16
17
17
/**
18
-
* Non-blocking IO {@link java.nio.file.FileSystem} implementation for nested suppoprt.
18
+
* Non-blocking IO {@link java.nio.file.FileSystem} implementation for nested support.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatServletWebServerFactory.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -528,7 +528,7 @@ public void setBaseDirectory(File baseDirectory) {
528
528
529
529
/**
530
530
* Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
531
-
* @return the list of jars to ignore for TLD scanning
531
+
* @return the set of jars to ignore for TLD scanning
0 commit comments