DATAREST-938 - Polishing.

Formatting and author.

Original pull request: #241.
This commit is contained in:
Oliver Gierke
2016-12-07 18:35:14 +01:00
parent b859b8b91f
commit e7c4b2176e
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ import com.fasterxml.jackson.databind.node.ObjectNode;
*
* @author Oliver Gierke
* @author Mark Paluch
* @author Craig Andrews
* @since 2.2
*/
@RequiredArgsConstructor

View File

@@ -283,6 +283,7 @@ public class DomainObjectReaderUnitTests {
Inner inner = new Inner();
inner.name = "inner name";
inner.prop = "something";
Outer outer = new Outer();
outer.prop = "else";
outer.name = "outer name";