Skip to content

Commit ab682f4

Browse files
committed
docs: enhance documentation at solr configuration
Signed-off-by: Otavio Santana <[email protected]>
1 parent 35b322a commit ab682f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jnosql-solr/src/main/java/org/eclipse/jnosql/databases/solr/communication/SolrDocumentConfigurations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
public enum SolrDocumentConfigurations implements Supplier<String> {
2828
/**
29-
* Database's host. E.g.: jnosql.solr.host=http://localhost:8983/solr/
29+
* Database's host. E.g.: jnosql.solr.host=<a href="http://localhost:8983/solr/">http://localhost:8983/solr</a>
3030
*/
3131
HOST("jnosql.solr.host"),
3232
/**

0 commit comments

Comments
 (0)