Skip to content

Commit

Permalink
ELY-2638 : Removing asteric sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidhi committed Sep 22, 2023
1 parent da72ab3 commit a468bbc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
*/
package org.wildfly.security.ssl;

import static org.junit.Assert.*;
import static org.junit.Assert.fail;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertNotEquals;
import static org.wildfly.security.ssl.test.util.CAGenerationTool.SIGNATURE_ALGORTHM;
import static org.wildfly.security.x500.X500.OID_AD_OCSP;
import static org.wildfly.security.x500.X500.OID_KP_OCSP_SIGNING;
Expand Down

0 comments on commit a468bbc

Please sign in to comment.