Skip to content

Commit b65bc9e

Browse files
otaviojavadearrudam
authored andcommitted
docs: enhance documentation at solr configuration
Signed-off-by: Otavio Santana <[email protected]>
1 parent a759bf3 commit b65bc9e

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)