Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

[SMALLFIX] Supply the name of variable to Preconditions.checkNotNull in /alluxio/job/server/src/main/java/alluxio/master/job/JobCoordinator.java#create #485

Closed newnius closed 5 years ago

newnius commented 5 years ago

Change

    Preconditions.checkNotNull(commandManager);

to

    Preconditions.checkNotNull(commandManager, "commandManager");