From 37f19a4b439717362bfb49e467260818de6ffcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=BCnch?= Date: Sat, 17 Feb 2018 23:42:58 +0100 Subject: [PATCH] Polish Javadoc WebSocketMessageBrokerStats's Javadoc now states the correct default logging period. Closes gh-1691 --- .../web/socket/config/WebSocketMessageBrokerStats.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-websocket/src/main/java/org/springframework/web/socket/config/WebSocketMessageBrokerStats.java b/spring-websocket/src/main/java/org/springframework/web/socket/config/WebSocketMessageBrokerStats.java index 325e07848fa..6cad5d70173 100644 --- a/spring-websocket/src/main/java/org/springframework/web/socket/config/WebSocketMessageBrokerStats.java +++ b/spring-websocket/src/main/java/org/springframework/web/socket/config/WebSocketMessageBrokerStats.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2017 the original author or authors. + * Copyright 2002-2018 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. @@ -39,7 +39,7 @@ import org.springframework.web.socket.messaging.SubProtocolWebSocketHandler; * {@code @EnableWebSocketMessageBroker} for Java config and * {@code } for XML. * - *

By default aggregated information is logged every 15 minutes at INFO level. + *

By default aggregated information is logged every 30 minutes at INFO level. * The frequency of logging can be changed via {@link #setLoggingPeriod(long)}. * *

This class is declared as a Spring bean by the above configuration with the