dlmarion commented on code in PR #112:
URL: https://github.com/apache/accumulo-access/pull/112#discussion_r2925938235


##########
modules/core/src/main/java/org/apache/accumulo/access/Authorizations.java:
##########
@@ -28,6 +29,6 @@
  *
  * @since 1.0.0
  */
-public interface Authorizations extends Iterable<String> {
+public interface Authorizations extends Iterable<String>, Externalizable {

Review Comment:
   The Externalizable class javadoc says, "Each object to be stored is tested 
for the Externalizable interface. If the object supports Externalizable, the 
writeExternal method is called. If the object does not support Externalizable 
and does implement Serializable, the object is saved using ObjectOutputStream," 
so I don't think that will work.



-- 
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]

Reply via email to