Browse Source

Merge branch '1.5.x'

pull/11643/merge
Stephane Nicoll 8 years ago
parent
commit
a5fd3fbfbd
  1. 2
      spring-boot-tests/spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/sample/AnnotatedSample.java

2
spring-boot-tests/spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/com/example/AnnotatedSample.java → spring-boot-tests/spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/sample/AnnotatedSample.java

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.example;
package sample;
import javax.validation.Valid;
Loading…
Cancel
Save