HHH-12336 Avoid unnecessary invocations of fillInStackTrace() in the tests
This commit is contained in:
parent
0b24f333c9
commit
4e484af398
|
@ -124,7 +124,6 @@ public class FilterTest extends BaseEntityManagerFunctionalTestCase {
|
|||
.getSingleResult();
|
||||
}
|
||||
catch (NoResultException expected) {
|
||||
expected.fillInStackTrace();
|
||||
}
|
||||
} );
|
||||
|
||||
|
|
|
@ -573,7 +573,6 @@ public class TransactionUtil {
|
|||
connection.setNetworkTimeout( Executors.newSingleThreadExecutor(), (int) millis );
|
||||
}
|
||||
catch (Throwable ignore) {
|
||||
ignore.fillInStackTrace();
|
||||
}
|
||||
}
|
||||
} );
|
||||
|
|
Loading…
Reference in New Issue