From cba7eaba4c442c426c3cba15be5d2c7073ebdb16 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 7 Sep 2021 14:54:35 +0200 Subject: [PATCH] Polishing. Formatting and indentation in parent project's pom.xml. See #3803 --- pom.xml | 8 ++++---- .../mapping/BasicMongoPersistentPropertyUnitTests.java | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 5d28c8a5c..4aa47bbf2 100644 --- a/pom.xml +++ b/pom.xml @@ -141,11 +141,11 @@ sonatype-libs-snapshot https://oss.sonatype.org/content/repositories/snapshots - false - + false + - true - + true + diff --git a/spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/mapping/BasicMongoPersistentPropertyUnitTests.java b/spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/mapping/BasicMongoPersistentPropertyUnitTests.java index fffa86191..66ae0199f 100644 --- a/spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/mapping/BasicMongoPersistentPropertyUnitTests.java +++ b/spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/mapping/BasicMongoPersistentPropertyUnitTests.java @@ -356,8 +356,7 @@ public class BasicMongoPersistentPropertyUnitTests { @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) @Id - static @interface ComposedIdAnnotation { - } + static @interface ComposedIdAnnotation {} static class WithStringMongoId {