Skip to content

Commit a834f29

Browse files
mp911deodrotbohm
authored andcommitted
DATAMONGO-2156 - Polishing.
Original pull request: #626.
1 parent d8721c9 commit a834f29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/query/ExpressionEvaluatingParameterBinder.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ static class BinaryValue extends EncodableValue {
570570

571571
private final byte[] value;
572572

573-
/*
573+
/*
574574
* (non-Javadoc)
575575
* @see org.springframework.data.mongodb.repository.query.ExpressionEvaluatingParameterBinder.EncodableValue#encode(org.springframework.data.mongodb.CodecRegistryProvider, boolean)
576576
*/
@@ -594,7 +594,7 @@ static class BinaryCollectionValue extends EncodableValue {
594594

595595
private final Collection<byte[]> value;
596596

597-
/*
597+
/*
598598
* (non-Javadoc)
599599
* @see org.springframework.data.mongodb.repository.query.ExpressionEvaluatingParameterBinder.EncodableValue#encode(org.springframework.data.mongodb.CodecRegistryProvider, boolean)
600600
*/
@@ -612,7 +612,7 @@ static class UuidValue extends EncodableValue {
612612

613613
private final UUID value;
614614

615-
/*
615+
/*
616616
* (non-Javadoc)
617617
* @see org.springframework.data.mongodb.repository.query.ExpressionEvaluatingParameterBinder.EncodableValue#encode(org.springframework.data.mongodb.CodecRegistryProvider, boolean)
618618
*/
@@ -636,7 +636,7 @@ static class UuidCollection extends EncodableValue {
636636

637637
private final Collection<UUID> value;
638638

639-
/*
639+
/*
640640
* (non-Javadoc)
641641
* @see org.springframework.data.mongodb.repository.query.ExpressionEvaluatingParameterBinder.EncodableValue#encode(org.springframework.data.mongodb.CodecRegistryProvider, boolean)
642642
*/
@@ -654,7 +654,7 @@ static class ObjectValue extends EncodableValue {
654654

655655
private final @Nullable Object value;
656656

657-
/*
657+
/*
658658
* (non-Javadoc)
659659
* @see org.springframework.data.mongodb.repository.query.ExpressionEvaluatingParameterBinder.EncodableValue#encode(org.springframework.data.mongodb.CodecRegistryProvider, boolean)
660660
*/

0 commit comments

Comments
 (0)