Fix a style warning

pull/55/head
Richard Körber 2017-08-17 22:39:19 +02:00
parent 2eb59ef364
commit f434fd70b4
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ public class CertificateTest {
* Test that a certificate can be revoked by its domain key pair.
*/
@Test
@SuppressWarnings("resource")
public void testRevokeCertificateByKeyPair() throws AcmeException, IOException {
final List<X509Certificate> originalCert = TestUtils.createCertificate();
final KeyPair certKeyPair = TestUtils.createDomainKeyPair();