Remove unused exceptions
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / rest / impl / XmlToPatchBodyReader.java
index 071f8bda595a32125eea3606c8e04db1376f7af3..4f88e14d5c28d1b43a15fc6a0aab677fbf676e8c 100644 (file)
@@ -95,7 +95,7 @@ public class XmlToPatchBodyReader extends AbstractIdentifierAwareJaxRsProvider i
     public PatchContext readFrom(final Class<PatchContext> type, final Type genericType,
                                  final Annotation[] annotations, final MediaType mediaType,
                                  final MultivaluedMap<String, String> httpHeaders, final InputStream entityStream)
-            throws IOException, WebApplicationException {
+            throws WebApplicationException {
 
         try {
             final InstanceIdentifierContext<?> path = getInstanceIdentifierContext();