diff --git a/api/current.xml b/api/current.xml
index 8f3f2c81c0d15..07cb31464b7d5 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -103127,6 +103127,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;
}