WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6bb0fdf

Browse files
authored
Fix Javadoc for RateLimitsConfigurationProperties (#2729)
1 parent 0bfa910 commit 6bb0fdf

File tree

1 file changed

+2
-2
lines changed
  • temporal-spring-boot-autoconfigure/src/main/java/io/temporal/spring/boot/autoconfigure/properties

1 file changed

+2
-2
lines changed

temporal-spring-boot-autoconfigure/src/main/java/io/temporal/spring/boot/autoconfigure/properties/WorkerProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ public static class RateLimitsConfigurationProperties {
270270
private final @Nullable Double maxTaskQueueActivitiesPerSecond;
271271

272272
/**
273+
* @param maxWorkerActivitiesPerSecond defines {@link
274+
* io.temporal.worker.WorkerOptions.Builder#setMaxWorkerActivitiesPerSecond(double)}
273275
* @param maxTaskQueueActivitiesPerSecond defines {@link
274276
* io.temporal.worker.WorkerOptions.Builder#setMaxTaskQueueActivitiesPerSecond(double)}}
275-
* @param maxWorkerActivitiesPerSecond defines {@link
276-
* io.temporal.worker.WorkerOptions.Builder#setMaxConcurrentActivityExecutionSize(int)}
277277
*/
278278
@ConstructorBinding
279279
public RateLimitsConfigurationProperties(

0 commit comments

Comments
 (0)