apache / distributedlog

Apache DistributedLog
Apache License 2.0
185 stars 74 forks source link

Issue-181: Enable LogRecord ByteBuf based constructor public #182

Closed ArvinDevel closed 7 years ago

ArvinDevel commented 7 years ago

Descriptions of the changes in this PR: change LogRecord ByteBuf based constructor to public


Be sure to do all of the following to help us incorporate your contribution quickly and easily:

  • [ ] Make sure the PR title is formatted like: <Issue-# or DL-#>: Description of pull request e.g. Issue-123: Description ... e.g. DL-1234: Description ...
  • [ ] Make sure tests pass via mvn clean apache-rat:check install findbugs:check.
  • [ ] Replace '#' with in <Issue-# or DL-#> in the title with the actual Issue/JIRA number.