diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/JsonWriter.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/JsonWriter.java index 900f8576beec..f323816b6007 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/JsonWriter.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/JsonWriter.java @@ -22,6 +22,7 @@ * @author Moritz Halbritter * @since 3.4.0 */ +// TODO MH: Move to JSON package public class JsonWriter { private final StringBuilder stringBuilder;