Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Change enum fields of alluxio.worker.block.annotator.BlockOrder to upper case #568

Closed apc999 closed 3 years ago

apc999 commented 3 years ago

To follow Java code convention, it should look like

public enum BlockOrder {
  NATURAL, REVERSE;
  ...