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:
Yash Mayya 2023-05-01 21:51:09 +05:30 committed by GitHub
parent e29942347a
commit 4773961a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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