Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

[SMALLFIX] Supply the name of variable to Preconditions.checkNotNull in /alluxio/core/client/fs/src/main/java/alluxio/client/block/stream/DefaultBlockWorkerClient.java#writeBlock #484

Closed newnius closed 5 years ago

newnius commented 5 years ago

Change

      Preconditions.checkNotNull(marshaller);

to

      Preconditions.checkNotNull(marshaller, "marshaller");