You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by br...@apache.org on 2021/11/03 13:58:06 UTC

[activemq-artemis] branch main updated: ARTEMIS-3538 fix extra-tests formatting and examples compilation - Checkstyle verification fails on JMSXDeliveryCountTest because of empty line with trailing spaces

This is an automated email from the ASF dual-hosted git repository.

brusdev 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 cefdc8d  ARTEMIS-3538 fix extra-tests formatting and examples compilation - Checkstyle verification fails on JMSXDeliveryCountTest because of empty line with trailing spaces
cefdc8d is described below

commit cefdc8dde47e783db5acda0e56d81ac2f8be45f3
Author: Tiago Bueno <49...@users.noreply.github.com>
AuthorDate: Wed Nov 3 09:25:17 2021 -0300

    ARTEMIS-3538 fix extra-tests formatting and examples compilation
    - Checkstyle verification fails on JMSXDeliveryCountTest
    because of empty line with trailing spaces
    
    - examples classes DummyXid failed to compile because of
    uncommented separation comment
---
 .../src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java | 2 --
 .../src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java | 2 --
 .../src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java | 2 --
 3 files changed, 6 deletions(-)

diff --git a/examples/features/standard/xa-heuristic/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java b/examples/features/standard/xa-heuristic/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java
index 5321b88..e6426e6 100644
--- a/examples/features/standard/xa-heuristic/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java
+++ b/examples/features/standard/xa-heuristic/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java
@@ -98,8 +98,6 @@ public class DummyXid implements Xid {
       return globalTransactionId;
    }
 
-----------
-
    @Override
    public int hashCode() {
       if (!hashCalculated) {
diff --git a/examples/features/standard/xa-receive/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java b/examples/features/standard/xa-receive/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java
index aa23863..9f79782 100644
--- a/examples/features/standard/xa-receive/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java
+++ b/examples/features/standard/xa-receive/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java
@@ -99,8 +99,6 @@ public class DummyXid implements Xid {
       return globalTransactionId;
    }
 
-----------
-
    @Override
    public int hashCode() {
       if (!hashCalculated) {
diff --git a/examples/features/standard/xa-send/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java b/examples/features/standard/xa-send/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java
index 7e35ce2..f27b782 100644
--- a/examples/features/standard/xa-send/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java
+++ b/examples/features/standard/xa-send/src/main/java/org/apache/activemq/artemis/jms/example/DummyXid.java
@@ -96,8 +96,6 @@ public class DummyXid implements Xid {
       return globalTransactionId;
    }
 
-----------
-
    @Override
    public int hashCode() {
       if (!hashCalculated) {