summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-08-24 15:28:59 +0200
committerJon Bratseth <bratseth@gmail.com>2022-08-24 15:28:59 +0200
commitee48d3c9364aadb0e3da938a937d5b10e2060446 (patch)
tree3e8a918bad5095e5d7aa1e96ee9aac0e820a26ce /vespajlib
parent2d7f6aa4b074b2ef199bd84aceca6ce1584ce96b (diff)
Update ABI spec
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index fbf1203acdf..8714285acd8 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -3362,6 +3362,7 @@
"public static javax.xml.parsers.DocumentBuilder getDocumentBuilder(java.lang.String, java.lang.ClassLoader, boolean)",
"public static java.util.List getChildren(org.w3c.dom.Element)",
"public static java.util.List getChildren(org.w3c.dom.Element, java.lang.String)",
+ "public static java.util.Optional attribute(java.lang.String, org.w3c.dom.Element)",
"public static java.lang.String getValue(org.w3c.dom.Element)",
"public static org.w3c.dom.Element getChild(org.w3c.dom.Element, java.lang.String)",
"public static java.lang.String getNodePath(org.w3c.dom.Node, java.lang.String)",