summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Chernyshev <aleksei@spotify.com>2022-04-11 09:59:08 +0200
committerAlexey Chernyshev <aleksei@spotify.com>2022-04-11 09:59:08 +0200
commit16aaf73dc37c63fa92a3298e6c9f8fa6ed32422a (patch)
tree81d2fd7fd9e9b4cb8dc2a8a2ef98708c6492de28
parent2d80bcbe986aac8ba8a2bb075bf6d601b804e19f (diff)
Fixing abi spec
-rw-r--r--container-search/abi-spec.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 958dfaf0c65..b1ef1d23787 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -568,8 +568,8 @@
"protected void encodeThis(java.nio.ByteBuffer)"
],
"fields": [
- "public static int DefaultMaxEditDistance",
- "public static int DefaultPrefixLength"
+ "public static int DEFAULT_MAX_EDIT_DISTANCE",
+ "public static int DEFAULT_PREFIX_LENGTH"
]
},
"com.yahoo.prelude.query.GeoLocationItem": {