1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

More checkstyle whitespace related checks

This commit is contained in:
Florian Schmaus 2017-05-23 16:45:04 +02:00
parent 847890b037
commit ce1cddc722
140 changed files with 583 additions and 512 deletions

View file

@ -51,7 +51,7 @@ public class MiniDnsDaneVerifier implements SmackDaneVerifier {
throw new IllegalStateException("DaneProvider was initialized before. Use newInstance() instead.");
}
expectingTrustManager = new ExpectingTrustManager(tm);
context.init(km, new TrustManager[]{expectingTrustManager}, random);
context.init(km, new TrustManager[] {expectingTrustManager}, random);
}
@Override