Polishing.
Formatting and indentation in parent project's pom.xml. See #3803
This commit is contained in:
committed by
Mark Paluch
parent
ada7e199a4
commit
cba7eaba4c
8
pom.xml
8
pom.xml
@@ -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>
|
||||
|
||||
|
||||
@@ -356,8 +356,7 @@ public class BasicMongoPersistentPropertyUnitTests {
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
@Id
|
||||
static @interface ComposedIdAnnotation {
|
||||
}
|
||||
static @interface ComposedIdAnnotation {}
|
||||
|
||||
static class WithStringMongoId {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user