summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-07-05 13:48:06 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-07-05 13:48:06 +0200
commit76e924dcde2613c7956a50c29dbcc082e2b3b59c (patch)
tree270871d6bd418991d2b6178696323bd6536af4bc
parenteefd8441fba06a0be998ddc48277f1444b12a3aa (diff)
Update ABI spec
-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 3b733105d2e..c73fd3cd596 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -2572,6 +2572,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": [],