aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-11-27 19:05:17 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-11-27 19:05:17 +0200
commit0ae9a6ea1431f9ec961e65d4d5445f78d8ff76e8 (patch)
treeaa133b0f194d11c842f2d0bbb5a66e634d606f3b /vespajlib/abi-spec.json
parentbc4acebe647fba36730312491be562af7974982e (diff)
Update abi spec
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 6551bf4ec6a..59474021de2 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1448,12 +1448,12 @@
"public void <init>()",
"public void put(java.lang.String, com.yahoo.tensor.Tensor)",
"public com.yahoo.tensor.TensorType getType(java.lang.String)",
- "public com.yahoo.tensor.TensorType getType(com.yahoo.tensor.evaluation.TypeContext$Name)",
+ "public com.yahoo.tensor.TensorType getType(com.yahoo.tensor.evaluation.Name)",
"public com.yahoo.tensor.Tensor getTensor(java.lang.String)"
],
"fields": []
},
- "com.yahoo.tensor.evaluation.TypeContext$Name": {
+ "com.yahoo.tensor.evaluation.Name": {
"superClass": "java.lang.Object",
"interfaces": [],
"attributes": [
@@ -1477,7 +1477,7 @@
"abstract"
],
"methods": [
- "public abstract com.yahoo.tensor.TensorType getType(com.yahoo.tensor.evaluation.TypeContext$Name)",
+ "public abstract com.yahoo.tensor.TensorType getType(com.yahoo.tensor.evaluation.Name)",
"public abstract com.yahoo.tensor.TensorType getType(java.lang.String)"
],
"fields": []