[Java] Upgrade checkstyle plugin (#4375)

This commit is contained in:
Hao Chen
2019-03-15 11:36:09 -07:00
committed by Philipp Moritz
parent c5e2c9af4d
commit a6a5b344b9
5 changed files with 5 additions and 15 deletions
@@ -4,6 +4,7 @@ import org.ray.api.id.UniqueId;
/**
* A handle to an actor.
*
* @param <T> The type of the concrete actor class.
*/
public interface RayActor<T> {
@@ -1,6 +1,5 @@
package org.ray.api;
import java.util.List;
/**