Fix JavaDoc problem in the QueueBuilder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2016-2024 the original author or authors.
|
||||
* Copyright 2016-2025 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -226,8 +226,7 @@ public final class QueueBuilder extends AbstractBuilder {
|
||||
/**
|
||||
* Set the master locator mode which determines which node a queue master will be
|
||||
* located on a cluster of nodes.
|
||||
* @param locator {@link MasterLocator#minMasters}, {@link MasterLocator#clientLocal}
|
||||
* or {@link MasterLocator#random}.
|
||||
* @param locator {@link LeaderLocator}.
|
||||
* @return the builder.
|
||||
* @since 2.2
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user