mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02:00
Remove an unused exception
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146258125
This commit is contained in:
parent
e2e37dc9f3
commit
1577ab2c26
1 changed files with 1 additions and 2 deletions
|
@ -41,7 +41,6 @@ import google.registry.xjc.rdeheader.XjcRdeHeader;
|
|||
import google.registry.xjc.rdereport.XjcRdeReportReport;
|
||||
import google.registry.xml.XmlException;
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.IOException;
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.SocketTimeoutException;
|
||||
import java.net.URL;
|
||||
|
@ -68,7 +67,7 @@ public class RdeReporter {
|
|||
@Inject RdeReporter() {}
|
||||
|
||||
/** Uploads {@code reportBytes} to ICANN. */
|
||||
public void send(byte[] reportBytes) throws IOException, XmlException {
|
||||
public void send(byte[] reportBytes) throws XmlException {
|
||||
XjcRdeReportReport report = XjcXmlTransformer.unmarshal(
|
||||
XjcRdeReportReport.class, new ByteArrayInputStream(reportBytes));
|
||||
XjcRdeHeader header = report.getHeader().getValue();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue