File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
spring-amqp/src/main/java/org/springframework/amqp/core Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2024 the original author or authors.
2+ * Copyright 2016-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -226,8 +226,7 @@ public QueueBuilder lazy() {
226226 /**
227227 * Set the master locator mode which determines which node a queue master will be
228228 * located on a cluster of nodes.
229- * @param locator {@link MasterLocator#minMasters}, {@link MasterLocator#clientLocal}
230- * or {@link MasterLocator#random}.
229+ * @param locator {@link LeaderLocator}.
231230 * @return the builder.
232231 * @since 2.2
233232 */
You can’t perform that action at this time.
0 commit comments