From 4754e81208624a0a0f2a44411e9fdd6fef613e93 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sun, 22 Dec 2024 00:57:07 +0700 Subject: [PATCH] Fix use of markdown in Javadoc See gh-43590 --- .../boot/context/properties/bind/ConstructorBinding.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/ConstructorBinding.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/ConstructorBinding.java index 7bb82a2ec78e..1d3cca8c051e 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/ConstructorBinding.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/ConstructorBinding.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ * Annotation that can be used to indicate which constructor to use when binding * configuration properties using constructor arguments rather than by calling setters. A * single parameterized constructor implicitly indicates that constructor binding should - * be used unless the constructor is annotated with `@Autowired`. + * be used unless the constructor is annotated with {@code @Autowired}. * * @author Phillip Webb * @since 3.0.0