Skip to content

Commit

Permalink
ARTEMIS-3538 fix extra-tests formatting and examples compilation
Browse files Browse the repository at this point in the history
- Checkstyle verification fails on JMSXDeliveryCountTest
because of empty line with trailing spaces

- examples classes DummyXid failed to compile because of
uncommented separation comment

(cherry picked from commit cefdc8d)
  • Loading branch information
tlbueno authored and clebertsuconic committed Jan 14, 2022
1 parent 293c3dd commit a752de2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ public byte[] getGlobalTransactionId() {
return globalTransactionId;
}

----------

@Override
public int hashCode() {
if (!hashCalculated) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ public byte[] getGlobalTransactionId() {
return globalTransactionId;
}

----------

@Override
public int hashCode() {
if (!hashCalculated) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ public byte[] getGlobalTransactionId() {
return globalTransactionId;
}

----------

@Override
public int hashCode() {
if (!hashCalculated) {
Expand Down

0 comments on commit a752de2

Please sign in to comment.