Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit c902a08

Browse files
author
Adam Lindenthal
committed
Fix of syntax in declarative linking doc
Change-Id: Idee9d3ec42a73d96beb5c4cc2c75145e178dee14
1 parent 5a94b0f commit c902a08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/main/docbook/declarative-linking.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ List&lt;Link&gt; links</programlisting>
246246
<literal>@InjectLink</literal>, you instead annotate the entity class itself with
247247
<literal>@InjectLinks</literal>. E.g.:
248248
<programlisting language="java">@InjectLinks(
249-
value=@InjectLink("widgets/${resource.nextId}"),
250-
rel="next"
249+
@InjectLink(value="widgets/${resource.nextId}", rel="next")
251250
)</programlisting>
252251
</para>
253252

0 commit comments

Comments
 (0)