Skip to content

Commit 6fe23e6

Browse files
committed
Add TODO for Waitable interface
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent 36353b8 commit 6fe23e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rcljava/src/main/java/org/ros2/rcljava/action/ActionServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import org.ros2.rcljava.interfaces.ActionDefinition;
2222

2323
public interface ActionServer<T extends ActionDefinition> extends Disposable {
24+
// TODO(jacobperron): Move most of these methods to a new "Waitable" interface
2425
/**
2526
* Get the number of underlying subscriptions that the action server uses.
2627
*

0 commit comments

Comments
 (0)