mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-06 19:11:10 +01:00
More checkstyle whitespace related checks
This commit is contained in:
parent
847890b037
commit
ce1cddc722
140 changed files with 583 additions and 512 deletions
|
|
@ -44,7 +44,7 @@ public class ResultSyncPointTest {
|
|||
assertEquals(result, receivedResult);
|
||||
}
|
||||
|
||||
@Test(expected=TestException.class)
|
||||
@Test(expected = TestException.class)
|
||||
public void exceptionTestResultSyncPoint() throws InterruptedException, TimeoutException, Exception {
|
||||
final CyclicBarrier barrier = new CyclicBarrier(2);
|
||||
final ResultSyncPoint<String, TestException> rsp = new ResultSyncPoint<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue