Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 5, 2022
1 parent 8b36441 commit c913f6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ String getNamespace() {
// required - these are above the Namespace, so there are no explicit required permissions at
// that level.
// If we encounter the Namespace node itself along the way then we end up continuing down to the
// first TargetNode. FIXME refactor to just return early when encountering a TargetNode and
// take its name directly for the context.
// first TargetNode. FIXME refactor to just return early when encountering a Namespace
// EnrivonmentNode and take its name directly for the context.
private ServiceRef findServiceRef(AbstractNode node) {
if (node instanceof TargetNode) {
return ((TargetNode) node).getTarget();
Expand Down

0 comments on commit c913f6a

Please sign in to comment.