[ML] Fix javadoc in MlStrings#hasValidLengthForId

Original commit: elastic/x-pack-elasticsearch@ef5ecad5e2
This commit is contained in:
Dimitrios Athanasiou 2018-01-19 11:45:03 +00:00
parent 21f692c02b
commit 9e834cbf8a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public final class MlStrings {
/**
* Checks if the given {@code id} has a valid length.
* We keep IDs in a length < {@link #ID_LENGTH_LIMIT}
* We keep IDs in a length shorter or equal than {@link #ID_LENGTH_LIMIT}
* in order to avoid unfriendly errors when storing docs with
* more than 512 bytes.
*