Skip to content

Commit 35c7ef4

Browse files
authored
Correct indexName comment.
Original Pull Request #1916
1 parent 305d930 commit 35c7ef4

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/elasticsearch/annotations

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/annotations/Document.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* Name of the Elasticsearch index.
4545
* <ul>
4646
* <li>Lowercase only</li>
47-
* <li><Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, #/li>
47+
* <li>Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, #</li>
4848
* <li>Cannot start with -, _, +</li>
4949
* <li>Cannot be . or ..</li>
5050
* <li>Cannot be longer than 255 bytes (note it is bytes, so multi-byte characters will count towards the 255 limit

0 commit comments

Comments
 (0)