Skip to content

Commit 3716460

Browse files
committed
Merge branch '3.3.x' into 3.4.x
2 parents 6fde9dc + d1345c4 commit 3716460

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ void shouldTriggerOnConfigMapUpdates(@TempDir Path tempDir) throws Exception {
289289
* <li>Performs an atomic rename of {@code ..data_tmp} to {@code ..data}.</li>
290290
* <li>Deletes the old ConfigMap/Secret directory.</li>
291291
* </ul>
292+
* @param tempDir temp directory
293+
* @throws Exception if a failure occurs
292294
*/
293295
@Test
294296
void shouldTriggerOnConfigMapAtomicMoveUpdates(@TempDir Path tempDir) throws Exception {

0 commit comments

Comments
 (0)