We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cce9ec commit fe544e7Copy full SHA for fe544e7
src/main/java/br/com/swconsultoria/nfe/ConsultaTributacao.java
@@ -576,7 +576,7 @@ private static SSLSocketFactory tryResolveSslSocketFactory(ConfiguracoesNfe conf
576
577
try {
578
java.lang.reflect.Method m = svc.getMethod("getSSLSocketFactory",
579
- Class.forName("br.com.swconsultoria.certificado. Certificado"));
+ Class.forName("br.com.swconsultoria.certificado.Certificado"));
580
Object res = m.invoke(null, config.getCertificado());
581
if (res instanceof SSLSocketFactory) {
582
return (SSLSocketFactory) res;
0 commit comments