From 7ea4501fd5db595facf2ec75add383db8e078a31 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Jan 2018 15:47:53 +0100 Subject: [PATCH] Polish --- .../src/main/java/{com/example => sample}/AnnotatedSample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/{com/example => sample}/AnnotatedSample.java (98%) diff --git a/spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/com/example/AnnotatedSample.java b/spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/sample/AnnotatedSample.java similarity index 98% rename from spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/com/example/AnnotatedSample.java rename to spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/sample/AnnotatedSample.java index cd13018e8c9..113361f0a70 100644 --- a/spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/com/example/AnnotatedSample.java +++ b/spring-boot-integration-tests/spring-boot-configuration-processor-tests/src/main/java/sample/AnnotatedSample.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.example; +package sample; import javax.validation.Valid;