Skip to content

Commit 00279b6

Browse files
committed
Merge branch '2.6.x' into 2.7.x
2 parents db6ef0e + bd6cb5c commit 00279b6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/BindableTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -146,7 +146,7 @@ void toStringShouldShowDetails() {
146146
Bindable<String> bindable = Bindable.of(String.class).withExistingValue("foo").withAnnotations(annotation);
147147
assertThat(bindable.toString())
148148
.contains("type = java.lang.String, value = 'provided', annotations = array<Annotation>["
149-
+ "@org.springframework.boot.context.properties.bind.BindableTests$TestAnnotation()]");
149+
+ "@org.springframework.boot.context.properties.bind.BindableTests.TestAnnotation()]");
150150
}
151151

152152
@Test

0 commit comments

Comments
 (0)