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
This commit is contained in:
parent
3f40281b4b
commit
cefdc8dde4
|
@ -98,8 +98,6 @@ public class DummyXid implements Xid {
|
|||
return globalTransactionId;
|
||||
}
|
||||
|
||||
----------
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
if (!hashCalculated) {
|
||||
|
|
|
@ -99,8 +99,6 @@ public class DummyXid implements Xid {
|
|||
return globalTransactionId;
|
||||
}
|
||||
|
||||
----------
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
if (!hashCalculated) {
|
||||
|
|
|
@ -96,8 +96,6 @@ public class DummyXid implements Xid {
|
|||
return globalTransactionId;
|
||||
}
|
||||
|
||||
----------
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
if (!hashCalculated) {
|
||||
|
|
Loading…
Reference in New Issue