aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-07-08 14:47:54 +0200
committerGitHub <noreply@github.com>2019-07-08 14:47:54 +0200
commitd0b6a8a2fe100ade8d3aac5689bead29118480ad (patch)
tree466faa85c0f1a6d8311d62983e23c00126240b85 /vespajlib/abi-spec.json
parent4e8a65ed3701c814459b5ce58291d9764446d873 (diff)
parent76e924dcde2613c7956a50c29dbcc082e2b3b59c (diff)
Merge pull request #9944 from vespa-engine/bratseth/output-immediate-graph
Bratseth/output immediate graph
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index a16127931e9..6f37b9edea4 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -2576,6 +2576,20 @@
],
"fields": []
},
+ "com.yahoo.text.ExpressionFormatter": {
+ "superClass": "java.lang.Object",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public java.lang.String format(java.lang.String)",
+ "public static java.lang.String on(java.lang.String)",
+ "public static com.yahoo.text.ExpressionFormatter withLineLength(int)",
+ "public static com.yahoo.text.ExpressionFormatter inTwoColumnMode(int, int)"
+ ],
+ "fields": []
+ },
"com.yahoo.text.ForwardWriter": {
"superClass": "com.yahoo.text.GenericWriter",
"interfaces": [],