uschindler commented on code in PR #12933: URL: https://github.com/apache/lucene/pull/12933#discussion_r1426604242
########## lucene/core/src/java/org/apache/lucene/util/fst/FST.java: ########## @@ -1236,5 +1236,9 @@ public FSTMetadata( this.version = version; this.numBytes = numBytes; } + + public int getVersion() { Review Comment: I think as this is a public class, shouldn't there be javadocs? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org