HHH-7484 typo
This commit is contained in:
parent
672368931f
commit
a5f64e2d03
|
@ -44,7 +44,7 @@ public class BeforeClassCallbackHandler extends Statement {
|
|||
}
|
||||
catch (CallbackException e) {
|
||||
// be nice to see the exception. but junit seems to be eating it...
|
||||
System.out.println( "Before class callback errror : " + e.getLocalizedMessage() );
|
||||
System.out.println( "Before class callback error : " + e.getLocalizedMessage() );
|
||||
e.printStackTrace();
|
||||
}
|
||||
wrappedStatement.evaluate();
|
||||
|
|
Loading…
Reference in New Issue