Skip to content

Commit 9d86cd4

Browse files
committed
Fix JavaDoc problem in the QueueBuilder
1 parent 7751dbc commit 9d86cd4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-amqp/src/main/java/org/springframework/amqp/core/QueueBuilder.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
*/

0 commit comments

Comments
 (0)