diff --git a/spring-amqp/src/main/java/org/springframework/amqp/core/QueueBuilder.java b/spring-amqp/src/main/java/org/springframework/amqp/core/QueueBuilder.java index 37a622ff..e2cc82c9 100644 --- a/spring-amqp/src/main/java/org/springframework/amqp/core/QueueBuilder.java +++ b/spring-amqp/src/main/java/org/springframework/amqp/core/QueueBuilder.java @@ -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 */