Polishing.

Formatting and indentation in parent project's pom.xml.

See #3803
This commit is contained in:
Oliver Drotbohm
2021-09-07 14:54:35 +02:00
committed by Mark Paluch
parent ada7e199a4
commit cba7eaba4c
2 changed files with 5 additions and 6 deletions

View File

@@ -141,11 +141,11 @@
<id>sonatype-libs-snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

View File

@@ -356,8 +356,7 @@ public class BasicMongoPersistentPropertyUnitTests {
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Id
static @interface ComposedIdAnnotation {
}
static @interface ComposedIdAnnotation {}
static class WithStringMongoId {