This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 3f40281 ARTEMIS-3538 Fixing Checkstyle
3f40281 is described below
commit 3f40281b4b6ee6b646ded6602279bb5f70b99132
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Nov 3 09:37:58 2021 -0400
ARTEMIS-3538 Fixing Checkstyle
---
.../activemq/artemis/tests/extras/jms/xa/JMSXDeliveryCountTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/xa/JMSXDeliveryCountTest.java
b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/xa/JMSXDeliveryCountTest.java
index bfed879..ccb654e 100644
---
a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/xa/JMSXDeliveryCountTest.java
+++
b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/jms/xa/JMSXDeliveryCountTest.java
@@ -678,7 +678,6 @@ public class JMSXDeliveryCountTest extends JMSTestBase {
}
}
-
static class DummyXAResource implements XAResource {
DummyXAResource() {