Skip to content

Commit 48cf025

Browse files
committed
Polish
1 parent 6893be5 commit 48cf025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/amqp/RabbitConnectionFactoryMetricsPostProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* @author Stephane Nicoll
3737
*/
38-
public class RabbitConnectionFactoryMetricsPostProcessor
38+
class RabbitConnectionFactoryMetricsPostProcessor
3939
implements BeanPostProcessor, Ordered {
4040

4141
private static final String CONNECTION_FACTORY_SUFFIX = "connectionFactory";

0 commit comments

Comments
 (0)