Alluxio/Community

Remove redundant array creation in PropertyKey.java

apc999 opened this issue · 1 comments

Change https://github.com/Alluxio/alluxio/blob/b9c66ca164d363bed9bcefb776a0b0f438d96441/core/common/src/main/java/alluxio/conf/PropertyKey.java#L4193

from
.setAlias(new String[] {"alluxio.user.block.master.client.threads"})

to
.setAlias("alluxio.user.block.master.client.threads")