8000 Remove a comment that's no longer needed · CassOnMars/rabbitmq-java-client@52289f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52289f4

Browse files
Remove a comment that's no longer needed
1 parent 97d21bf commit 52289f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/rabbitmq/client/test/AbstractRMQTestSuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
import com.rabbitmq.tools.Host;
2828

29-
public abstract class AbstractRMQTestSuite { //extends TestSuite {
29+
public abstract class AbstractRMQTestSuite {
3030
private static final String DEFAULT_SSL_HOSTNAME = "localhost";
3131
private static final int DEFAULT_SSL_PORT = 5671;
3232

0 commit comments

Comments
 (0)
0