Skip to content

Commit

Permalink
[ARQ-2230] Remove empty statements
Browse files Browse the repository at this point in the history
  • Loading branch information
petrberan committed Mar 7, 2024
1 parent ec818b9 commit 0306598
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public void testAssumptionFailure(Failure failure) {
// AssumptionViolatedException might not be Serializable. Recreate with only String message.
exception = new AssumptionViolatedException(failure.getException().getMessage());
exception.setStackTrace(failure.getException().getStackTrace());
;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ protected void injectClass(Object testCase) {
EJB fieldAnnotation = (EJB) field.getAnnotation(ejbAnnotation);
try {
String mappedName = fieldAnnotation.mappedName();
;
String beanName = fieldAnnotation.beanName();
String lookup = attemptToGet31LookupField(fieldAnnotation);

Expand Down

0 comments on commit 0306598

Please sign in to comment.