TisonKun opened a new pull request #46: RATIS-753. Mark o.a.r.protocol.Message as @FunctionalInterface URL: https://github.com/apache/incubator-ratis/pull/46 From the class name I used to think that it is a base class of POJOs. However, actually it works by its getContent method. It does no harm we mark it as @FunctionalInterface I think. I'd like to provide a tiny PR to this issue if you think it is valid. Please assign the issue to me then. FYI, I'm surprise the first time why a parameter Message looks like `() -> request`. Accurately, `FileStoreClient#L87`. CC @szetszwo
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
