From d1345c4d9e9266a7e88a448902df7b0b3217dae3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 28 Mar 2025 09:10:19 +0000 Subject: [PATCH] Address javadoc warnings in FileWatcherTests --- .../boot/autoconfigure/ssl/FileWatcherTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java index 63bb2d65133..07d651b1a75 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java @@ -289,6 +289,8 @@ class FileWatcherTests { *
  • Performs an atomic rename of {@code ..data_tmp} to {@code ..data}.
  • *
  • Deletes the old ConfigMap/Secret directory.
  • * + * @param tempDir temp directory + * @throws Exception if a failure occurs */ @Test void shouldTriggerOnConfigMapAtomicMoveUpdates(@TempDir Path tempDir) throws Exception {