Skip to content

Commit d3875b0

Browse files
Update Embedded javadoc
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent bd32956 commit d3875b0

File tree

1 file changed

+3
-3
lines changed
  • spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping

1 file changed

+3
-3
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/Embedded.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Depending on the {@link OnEmpty value} of {@link #onEmpty()} the property is set to {@literal null} or an empty
3232
* instance in the case all embedded values are {@literal null} when reading from the result set.
3333
* </p>
34-
*
34+
*
3535
* @author Bastian Wilhelm
3636
* @author Christoph Strobl
3737
* @since 1.1
@@ -46,8 +46,8 @@
4646
* <p>
4747
* {@link Nullable @Embedded.Nullable} and {@link Empty @Embedded.Empty} offer shortcuts for this.
4848
* </p>
49-
*
50-
* @return never {@link} null.
49+
*
50+
* @return never {@code null}.
5151
*/
5252
OnEmpty onEmpty();
5353

0 commit comments

Comments
 (0)