mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix sinttest log string: s/AfterClass/BeforeClass/
This commit is contained in:
parent
814cc1fdde
commit
e27e416063
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ public class SmackIntegrationTestFramework {
|
|||
beforeClassMethod.invoke(null);
|
||||
}
|
||||
catch (InvocationTargetException | IllegalAccessException e) {
|
||||
LOGGER.log(Level.SEVERE, "Exception executing @AfterClass method", e);
|
||||
LOGGER.log(Level.SEVERE, "Exception executing @BeforeClass method", e);
|
||||
}
|
||||
catch (IllegalArgumentException e) {
|
||||
throw new AssertionError(e);
|
||||
|
|
Loading…
Reference in a new issue