Skip to content

Commit cff6c86

Browse files
committed
Updated javadoc for HubConfig
1 parent 9b39216 commit cff6c86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

marklogic-data-hub/src/main/java/com/marklogic/hub/HubConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
/**
3131
* An interface to set, manage and recall the Data Hub's Configuration.
3232
* HubConfig has a singleton scope so set everything you want at the start of the application and
33-
* and then call {@link #refreshProject()} to wire up all clients.
33+
* and then call {@link #refreshProject()} to wire up all clients and load the properties from gradle.properties
34+
* (optionally overridden with gradle-{env}.properties).
3435
*/
3536
@JsonDeserialize(as = HubConfigImpl.class)
3637
@JsonSerialize(as = HubConfigImpl.class)

0 commit comments

Comments
 (0)