krickert commented on PR #1151: URL: https://github.com/apache/opennlp/pull/1151#issuecomment-4955020021
@mawiesne Done in 45578eb5. Recomputed the drifted values to the JDK serialver default and confirmed each declared `serialVersionUID` now equals what serialver produces for the class. Four drifted from this PR's field changes: `Shrink`, `SocialMedia`, `Url`, and the spellcheck normalizer. While checking, I found five more that were already drifted from when `normalizeAligned` was added (`AccentFold`, `CaseFold`, `ConfusableSkeleton`, `Nfc`, `Nfkc`); since the files are already touched here, I corrected those too rather than leave them. `Aggregate`, `Emoji`, and `Number` were already in sync. All twelve serializable normalizers now declare their computed value. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
