mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
[Java] Upgrade checkstyle plugin (#4375)
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user