You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2017/12/13 14:23:19 UTC

[GitHub] bfach10 commented on a change in pull request #336: ACCUMULO-4755 Custom serialization for AbstractId types

bfach10 commented on a change in pull request #336: ACCUMULO-4755 Custom serialization for AbstractId types
URL: https://github.com/apache/accumulo/pull/336#discussion_r156671887
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/client/impl/AbstractId.java
 ##########
 @@ -39,7 +39,7 @@ protected AbstractId(final String canonical) {
   /**
    * The canonical ID
    */
-  public final String canonicalID() {
+  public String canonicalID() {
 
 Review comment:
   Definitely an oversight on my part, fixed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services