Skip to content

Commit 36353b8

Browse files
committed
Remove synchronized from getHandle
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent 366812c commit 36353b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public synchronized final void dispose() {
165165
/**
166166
* {@inheritDoc}
167167
*/
168-
public synchronized final long getHandle() {
168+
public final long getHandle() {
169169
return this.handle;
170170
}
171171
} // class GoalHandleImpl

0 commit comments

Comments
 (0)