mirror of https://github.com/apache/kafka.git
MINOR: Fix Javadoc for configureAdminResources in Connect's RestServer (#13635)
Reviewers: Manyanda Chitimbo <manyanda.chitimbo@gmail.com>, Chris Egerton <chrise@aiven.io>
This commit is contained in:
parent
e29942347a
commit
4773961a44
|
@ -334,7 +334,7 @@ public abstract class RestServer {
|
||||||
* <p>
|
* <p>
|
||||||
* <em>N.B.: Classes do <b>not</b> need to register the resources provided in {@link #adminResources()} with
|
* <em>N.B.: Classes do <b>not</b> need to register the resources provided in {@link #adminResources()} with
|
||||||
* the {@link ResourceConfig} parameter in this method; they are automatically registered by the parent class.</em>
|
* the {@link ResourceConfig} parameter in this method; they are automatically registered by the parent class.</em>
|
||||||
* @param adminResourceConfig the {@link ResourceConfig} that the server's regular listeners are registered with; never null
|
* @param adminResourceConfig the {@link ResourceConfig} that the server's admin listeners are registered with; never null
|
||||||
*/
|
*/
|
||||||
protected void configureAdminResources(ResourceConfig adminResourceConfig) {
|
protected void configureAdminResources(ResourceConfig adminResourceConfig) {
|
||||||
// No-op by default
|
// No-op by default
|
||||||
|
|
Loading…
Reference in New Issue