Fix JavaDoc problem in the QueueBuilder

This commit is contained in:
Artem Bilan
2025-02-06 15:45:52 -05:00
parent 7751dbc141
commit 9d86cd4ed2

View File

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