This commit is contained in:
Looly
2019-10-29 19:53:17 +08:00
parent f9ee2af71c
commit e754ec3e86
45 changed files with 172 additions and 179 deletions

View File

@@ -81,7 +81,7 @@ public class SoapUtil {
} catch (SOAPException | IOException e) {
throw new SoapRuntimeException(e);
}
String messageToString = null;
String messageToString;
try {
messageToString = out.toString(charset.toString());
} catch (UnsupportedEncodingException e) {