Skip to content

Commit 1247f89

Browse files
eddumelendezmhalbritter
authored andcommitted
Polish
See gh-39312
1 parent a42a8ce commit 1247f89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-boot-project/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/service/connection/activemq/ActiveMQDockerComposeConnectionDetailsFactory.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2024 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.
@@ -16,7 +16,6 @@
1616

1717
package org.springframework.boot.docker.compose.service.connection.activemq;
1818

19-
import org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails;
2019
import org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionDetails;
2120
import org.springframework.boot.docker.compose.core.RunningService;
2221
import org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory;
@@ -43,7 +42,7 @@ protected ActiveMQConnectionDetails getDockerComposeConnectionDetails(DockerComp
4342
}
4443

4544
/**
46-
* {@link RabbitConnectionDetails} backed by a {@code rabbitmq}
45+
* {@link ActiveMQConnectionDetails} backed by a {@code activemq}
4746
* {@link RunningService}.
4847
*/
4948
static class ActiveMQDockerComposeConnectionDetails extends DockerComposeConnectionDetails

0 commit comments

Comments
 (0)