diff --git a/api/current.xml b/api/current.xml
index bf29fc2a5fa53..5d428457e3c95 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -118820,6 +118820,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;
}