diff --git a/api/current.xml b/api/current.xml
index f0b0233c2d891..ad54650d5cc2a 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -101107,6 +101107,8 @@
deprecated="not deprecated"
visibility="public"
>
+
+
+
+
+
+
Support for this technology type is mandatory.
@@ -135,5 +136,5 @@ public interface TagTechnology {
* @see #connect()
* @see #reconnect()
*/
- public void close();
+ public void close() throws IOException;
}