Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Remove unnecessary semicolon in alluxio.concurrent.LockMode #565

Closed apc999 closed 3 years ago

apc999 commented 3 years ago

It should be defined:

public enum LockMode {
  READ,
  WRITE
}