Skip to content

Commit 8eb6b3b

Browse files
committed
Fixes to configuration property docs
1 parent 93bc23b commit 8eb6b3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configurations/jmx/src/main/java/io/micronaut/configuration/jmx/JmxConfiguration.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public boolean isAddToFactory() {
100100
}
101101

102102
/**
103-
* Sets if the server should be kept in the factory. Default {@value DEFAULT_ADD_FACTORY}.
103+
* Sets if the server should be kept in the factory. Default {@value #DEFAULT_ADD_FACTORY}.
104104
*
105105
* @param addToFactory The add to factory flag
106106
*/
@@ -120,7 +120,7 @@ public boolean isIgnoreAgentNotFound() {
120120
}
121121

122122
/**
123-
* Sets to ignore the exception if the agent is not found. Default {@value DEFAULT_IGNORE_AGENT}.
123+
* Sets to ignore the exception if the agent is not found. Default {@value #DEFAULT_IGNORE_AGENT}.
124124
*
125125
* @param ignoreAgentNotFound The ignoreAgentNotFound
126126
*/
@@ -138,7 +138,7 @@ public boolean isRegisterEndpoints() {
138138
}
139139

140140
/**
141-
* Sets if endpoints should be registered. Default {@value DEFAULT_REG_ENDPOINTS}.
141+
* Sets if endpoints should be registered. Default {@value #DEFAULT_REG_ENDPOINTS}.
142142
*
143143
* @param registerEndpoints The flag
144144
*/

configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/LdapConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public String getFilter() {
281281
}
282282

283283
/**
284-
* Sets the search filter. Default {@value DEFAULT_FILTER}
284+
* Sets the search filter. Default {@value #DEFAULT_FILTER}
285285
*
286286
* @param filter The search filter
287287
*/

0 commit comments

Comments
 (0)