HHH-7484 typo

This commit is contained in:
Hardy Ferentschik 2012-07-31 18:10:51 +02:00
parent 672368931f
commit a5f64e2d03
1 changed files with 1 additions and 1 deletions

View File

@ -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();