dlmarion commented on PR #2777: URL: https://github.com/apache/accumulo/pull/2777#issuecomment-1156362659
If a user is doing the following: ``` Serializable auths = new Authorations(); ``` but never serializes or deserializes the object, then according to the [JLS](https://docs.oracle.com/javase/specs/jls/se6/html/binaryComp.html#13.4.4) they will get a `VerifyError`. -- 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]
