From 14df6fcbc0e5c6af49e109476a5fcd7b4c567304 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 12 Aug 2015 19:04:19 +0200 Subject: [PATCH] DATAREST-623 - Polishing. Removed trailing spaces. Original pull request: #195. --- src/main/asciidoc/integration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/integration.adoc b/src/main/asciidoc/integration.adoc index 2f16b4214..eee248751 100644 --- a/src/main/asciidoc/integration.adoc +++ b/src/main/asciidoc/integration.adoc @@ -14,12 +14,12 @@ Sometimes you need to add links to exported resources in your own custom built S The first suggestion is terrible and should be avoided at all costs. It makes your code brittle and high risk. The second is handy when creating links to other hand written Spring MVC controllers. The last one, which you'll see in a moment, is good for looking up resource links that are exported by Spring Data REST. -Assuming you have configured your code to use Spring's autowiring, +Assuming you have configured your code to use Spring's autowiring, [source,java] ---- public class MyWebApp { - + private RepositoryEntityLinks entityLinks; @Autowired