Skip to content

Commit cba7eab

Browse files
odrotbohmmp911de
authored andcommitted
Polishing.
Formatting and indentation in parent project's pom.xml. See #3803
1 parent ada7e19 commit cba7eab

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@
141141
<id>sonatype-libs-snapshot</id>
142142
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
143143
<releases>
144-
<enabled>false</enabled>
145-
</releases>
144+
<enabled>false</enabled>
145+
</releases>
146146
<snapshots>
147-
<enabled>true</enabled>
148-
</snapshots>
147+
<enabled>true</enabled>
148+
</snapshots>
149149
</repository>
150150
</repositories>
151151

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/mapping/BasicMongoPersistentPropertyUnitTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,7 @@ static class DocumentWithComposedAnnotations {
356356
@Retention(RetentionPolicy.RUNTIME)
357357
@Target(ElementType.FIELD)
358358
@Id
359-
static @interface ComposedIdAnnotation {
360-
}
359+
static @interface ComposedIdAnnotation {}
361360

362361
static class WithStringMongoId {
363362

0 commit comments

Comments
 (0)