Skip to content

Commit f6dbc95

Browse files
committed
Remove synchronized from getHandle
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent 9c93a03 commit f6dbc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)