Skip to content

Conversation

@jgyorfi
Copy link

@jgyorfi jgyorfi commented Apr 14, 2021

Added another constructor to BaseComposableNode.java to enable namespacing.

Copy link
Collaborator

@ivanpauno ivanpauno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

}

public BaseComposableNode(String name, String namespace) {
this.name = name;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.name can be deleted from the class, as it's not used.
I will ignore that in this review because it's unrelated to the PR.

@ivanpauno ivanpauno merged commit ecf9e0f into osrf:galactic-devel Apr 14, 2021
ivanpauno pushed a commit that referenced this pull request May 17, 2021
Co-authored-by: Julius Gyorfi <julius.s.gyorfi@nasa.gov>
jacobperron pushed a commit to ros2-java/ros2_java that referenced this pull request May 17, 2022
Co-authored-by: Julius Gyorfi <julius.s.gyorfi@nasa.gov>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants