Skip to content

Commit eb1d72e

Browse files
committed
Merge branch '2.7.x'
2 parents 3eb61bf + d8c4aec commit eb1d72e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/Name.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @since 2.4.0
3232
*/
3333
@Retention(RetentionPolicy.RUNTIME)
34-
@Target({ ElementType.PARAMETER })
34+
@Target(ElementType.PARAMETER)
3535
@Documented
3636
public @interface Name {
3737

0 commit comments

Comments
 (0)