aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahooinc.com>2023-12-19 14:33:17 +0100
committerMorten Tokle <mortent@yahooinc.com>2023-12-19 14:33:17 +0100
commit38aec6891b86a2a2aa7664eab5c73c546a02fd24 (patch)
tree80f85b485818f2aa2ac0bd41b49bd58af827cffa /vespajlib/abi-spec.json
parentb6368d66d4169e93c98df5fc6fe4df7cc9986c8b (diff)
Update abispec
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index a97950415e4..10b0478b5b0 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -3420,7 +3420,8 @@
"public static org.w3c.dom.Element getChild(org.w3c.dom.Element, java.lang.String)",
"public static java.util.Optional getChildValue(org.w3c.dom.Element, java.lang.String)",
"public static java.lang.String getNodePath(org.w3c.dom.Node, java.lang.String)",
- "public static boolean isName(java.lang.CharSequence)"
+ "public static boolean isName(java.lang.CharSequence)",
+ "public static javax.xml.transform.TransformerFactory createTransformerFactory()"
],
"fields" : [ ]
},