We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e1946 commit 743688aCopy full SHA for 743688a
src/main/java/com/marklogic/client/pojo/util/GenerateIndexConfig.java
@@ -46,9 +46,9 @@
46
* -classes "com.marklogic.client.test.City com.marklogic.client.test.Country"
47
* -file cityIndexes.json
48
*
49
- * curl -i --digest --user admin:admin
50
- * -H 'Content-Type: application/json'
51
- * -d '@cityIndexes.json'
+ * curl -i --digest --user admin:admin \
+ * -H 'Content-Type: application/json' \
+ * -d '@cityIndexes.json' \
52
* -X PUT 'http://localhost:8002/manage/LATEST/databases/java-unittest/properties'
53
* </pre>
54
*/
0 commit comments