Skip to content

Commit d5bdf3a

Browse files
committed
Backport fix to reference docs to use proper RepositoryDetectionStrategy enum values.
Orginal issue: #1970.
1 parent cace1a9 commit d5bdf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Spring Data REST uses a `RepositoryDetectionStrategy` to determine whether a rep
104104
| Name | Description
105105
| `DEFAULT` | Exposes all public repository interfaces but considers the `exported` flag of `@(Repository)RestResource`.
106106
| `ALL` | Exposes all repositories independently of type visibility and annotations.
107-
| `ANNOTATION` | Only repositories annotated with `@(Repository)RestResource` are exposed, unless their `exported` flag is set to `false`.
107+
| `ANNOTATED` | Only repositories annotated with `@(Repository)RestResource` are exposed, unless their `exported` flag is set to `false`.
108108
| `VISIBILITY` | Only public repositories annotated are exposed.
109109
|===
110110

0 commit comments

Comments
 (0)