From ec0c339e36a292fefee30a2b18ce4518154b03ac Mon Sep 17 00:00:00 2001 From: Nicolas Mervaillie Date: Tue, 3 Oct 2017 11:48:09 +0200 Subject: [PATCH] DATACMNS-1187 - Fixed broken links in reference documentation. Fix link to ExampleMatcher. Removed reference to non-existing section Query by Example Execution. Original pull request: #252. --- src/main/asciidoc/query-by-example.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/asciidoc/query-by-example.adoc b/src/main/asciidoc/query-by-example.adoc index 384ec44ca..bec6bcadb 100644 --- a/src/main/asciidoc/query-by-example.adoc +++ b/src/main/asciidoc/query-by-example.adoc @@ -49,7 +49,7 @@ public class Person { ---- ==== -This is a simple domain object. You can use it to create an `Example`. By default, fields having `null` values are ignored, and strings are matched using the store specific defaults. Examples can be built by either using the `of` factory method or by using <>. `Example` is immutable. +This is a simple domain object. You can use it to create an `Example`. By default, fields having `null` values are ignored, and strings are matched using the store specific defaults. Examples can be built by either using the `of` factory method or by using <>. `Example` is immutable. .Simple Example ==== @@ -82,8 +82,6 @@ public interface QueryByExampleExecutor { ---- ==== -You can read more about <> below. - [[query-by-example.matchers]] == Example matchers