Merge pull request #1424 from cal101/jdt-RemoveUnnecessarySuperCallCleanUp-2

[cleanup] erefactor/EclipseJdt - Remove redundant super() call in con…
This commit is contained in:
Golden Looly
2021-02-25 22:17:22 +08:00
committed by GitHub
5 changed files with 0 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ import java.security.NoSuchAlgorithmException;
public class DefaultSSLFactory extends CustomProtocolsSSLFactory {
public DefaultSSLFactory() throws KeyManagementException, NoSuchAlgorithmException {
super();
}
}