Skip to content

Commit 4cbb534

Browse files
committed
Update version in Javadoc
1 parent cedac6f commit 4cbb534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/rabbitmq/perf/RelaxedExceptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* which are not useful here, so this exception handler is a bit more
3232
* relaxed for those logs.
3333
*
34-
* @since 2.4.1
34+
* @since 2.5.0
3535
*/
3636
public class RelaxedExceptionHandler extends DefaultExceptionHandler {
3737

src/main/java/com/rabbitmq/perf/ShutdownService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* individually, and/or call all of them (in LIFO order) with
3232
* the {@link #close()} method.
3333
*
34-
* @since 2.4.1
34+
* @since 2.5.0
3535
*/
3636
public class ShutdownService implements AutoCloseable {
3737

0 commit comments

Comments
 (0)